Uses of Class
org.roaringbitmap.art.LeafNode
-
Packages that use LeafNode Package Description org.roaringbitmap.art -
-
Uses of LeafNode in org.roaringbitmap.art
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 moveToNextLeafLeafNode
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 node
-