Package com.illumon.iris.db.v2.utils
Interface IndexShiftData.Iterator
- Enclosing class:
- IndexShiftData
public static interface IndexShiftData.Iterator
-
Field Details
-
EMPTY
-
-
Method Details
-
hasNext
boolean hasNext() -
next
void next() -
beginRange
long beginRange() -
endRange
long endRange() -
shiftDelta
long shiftDelta() -
polarityReversed
boolean polarityReversed()
-