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