Uses of Class
org.roaringbitmap.art.LeafNode
-
Packages that use LeafNode Package Description org.roaringbitmap.art -
-
Uses of LeafNode in org.roaringbitmap.art
Fields in org.roaringbitmap.art declared as LeafNode Modifier and Type Field Description private LeafNode
KeyIterator. current
private LeafNode
LeafNodeIterator. current
Methods in org.roaringbitmap.art that return LeafNode Modifier and Type Method Description LeafNode
Art. first()
LeafNode
AbstractShuttle. getCurrentLeafNode()
LeafNode
Shuttle. getCurrentLeafNode()
get the current LeafNode after calling the method moveToNextLeafprivate LeafNode
Art. getExtremeLeaf(boolean reverse)
LeafNode
Art. last()
LeafNode
LeafNodeIterator. next()
LeafNode
LeafNodeIterator. peekNext()
Return the next leaf without advancing the iterator.Methods in org.roaringbitmap.art with parameters of type LeafNode Modifier and Type Method Description static Node
Node. insertLeaf(Node current, LeafNode childNode, byte key)
insert the LeafNode as a child of the current internal nodeprivate boolean
Art. leafMatch(LeafNode leafNode, byte[] key, int dep)
-