abstract class FieldTermIterator extends java.lang.Object implements BytesRefIterator
field()
after each BytesRefIterator.next()
to see if the field
changed, but ==
can be used since the iterator
implementation ensures it will use the same String instance for
a given field.EMPTY
Constructor and Description |
---|
FieldTermIterator() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract long |
delGen()
Del gen of the current term.
|
(package private) abstract java.lang.String |
field()
Returns current field.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
next