java.lang.Object
org.bitlap.roaringbitmap.art.AbstractShuttle
org.bitlap.roaringbitmap.art.BackwardShuttle
- 所有已实现的接口:
Shuttle
visit the leaf node space in descending order
-
字段概要
从类继承的字段 org.bitlap.roaringbitmap.art.AbstractShuttle
art, containers, depth, hasRun, MAX_DEPTH, stack -
方法概要
修饰符和类型方法说明protected intboundaryNodePosition(Node node, boolean inRunDirection) protected booleancurrentBeforeHigh(byte[] current, byte[] high) protected booleanprefixMismatchIsInRunDirection(byte nodeValue, byte highValue) protected intsearchMissNextPosition(org.bitlap.roaringbitmap.art.SearchResult result) protected intvisitedNodeNextPosition(Node node, int pos) 从类继承的方法 org.bitlap.roaringbitmap.art.AbstractShuttle
getCurrentLeafNode, initShuttle, initShuttleFrom, moveToNextLeaf, remove
-
方法详细资料
-
currentBeforeHigh
protected boolean currentBeforeHigh(byte[] current, byte[] high) - 指定者:
currentBeforeHigh在类中AbstractShuttle
-
visitedNodeNextPosition
- 指定者:
visitedNodeNextPosition在类中AbstractShuttle
-
boundaryNodePosition
- 指定者:
boundaryNodePosition在类中AbstractShuttle
-
prefixMismatchIsInRunDirection
protected boolean prefixMismatchIsInRunDirection(byte nodeValue, byte highValue) -
searchMissNextPosition
protected int searchMissNextPosition(org.bitlap.roaringbitmap.art.SearchResult result) - 指定者:
searchMissNextPosition在类中AbstractShuttle
-