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 LeafNodeArt. first()LeafNodeAbstractShuttle. getCurrentLeafNode()LeafNodeShuttle. getCurrentLeafNode()get the current LeafNode after calling the method moveToNextLeafLeafNodeArt. last()LeafNodeLeafNodeIterator. next()LeafNodeLeafNodeIterator. 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 NodeNode. insertLeaf(Node current, LeafNode childNode, byte key)insert the LeafNode as a child of the current internal node
-