Package org.roaringbitmap.art
Class ForwardShuttle
java.lang.Object
org.roaringbitmap.art.AbstractShuttle
org.roaringbitmap.art.ForwardShuttle
- All Implemented Interfaces:
Shuttle
visit the leaf node space in ascending order.
-
Field Summary
Fields inherited from class org.roaringbitmap.art.AbstractShuttle
art, containers, depth, hasRun, MAX_DEPTH, stack -
Method Summary
Modifier and TypeMethodDescriptionprotected intboundaryNodePosition(Node node, boolean inRunDirection)protected booleancurrentBeforeHigh(byte[] current, byte[] high)protected booleanprefixMismatchIsInRunDirection(byte nodeValue, byte highValue)protected intsearchMissNextPosition(org.roaringbitmap.art.SearchResult result)protected intvisitedNodeNextPosition(Node node, int pos)Methods inherited from class org.roaringbitmap.art.AbstractShuttle
getCurrentLeafNode, initShuttle, initShuttleFrom, moveToNextLeaf, remove
-
Method Details
-
currentBeforeHigh
protected boolean currentBeforeHigh(byte[] current, byte[] high)- Specified by:
currentBeforeHighin classAbstractShuttle
-
visitedNodeNextPosition
- Specified by:
visitedNodeNextPositionin classAbstractShuttle
-
boundaryNodePosition
- Specified by:
boundaryNodePositionin classAbstractShuttle
-
prefixMismatchIsInRunDirection
protected boolean prefixMismatchIsInRunDirection(byte nodeValue, byte highValue)- Specified by:
prefixMismatchIsInRunDirectionin classAbstractShuttle
-
searchMissNextPosition
protected int searchMissNextPosition(org.roaringbitmap.art.SearchResult result)- Specified by:
searchMissNextPositionin classAbstractShuttle
-