public static interface Index.SequentialBuilder
extends gnu.trove.procedure.TLongProcedure
Modifier and Type | Method and Description |
---|---|
void |
appendKey(long key) |
void |
appendRange(long firstKey,
long lastKey) |
default boolean |
execute(long value) |
Index |
getIndex() |
Index getIndex()
void appendKey(long key)
void appendRange(long firstKey, long lastKey)
default boolean execute(long value)
execute
in interface gnu.trove.procedure.TLongProcedure