Uses of Class
org.roaringbitmap.art.LeafNode
Packages that use LeafNode
-
Uses of LeafNode in org.roaringbitmap.art
Methods in org.roaringbitmap.art that return LeafNodeModifier and TypeMethodDescriptionArt.first()AbstractShuttle.getCurrentLeafNode()Shuttle.getCurrentLeafNode()get the current LeafNode after calling the method moveToNextLeafArt.last()LeafNodeIterator.next()LeafNodeIterator.peekNext()Return the next leaf without advancing the iterator.Methods in org.roaringbitmap.art with parameters of type LeafNodeModifier and TypeMethodDescriptionstatic NodeNode.insertLeaf(Node current, LeafNode childNode, byte key) insert the LeafNode as a child of the current internal node