Uses of Class
org.roaringbitmap.art.SearchResult
Packages that use SearchResult
-
Uses of SearchResult in org.roaringbitmap.art
Methods in org.roaringbitmap.art that return SearchResultModifier and TypeMethodDescription(package private) static SearchResult
Node.binarySearchWithResult
(byte[] key, int fromIndex, int toIndex, byte k) (package private) static SearchResult
SearchResult.found
(int keyPos) LeafNode.getNearestChildPos
(byte key) abstract SearchResult
Node.getNearestChildPos
(byte key) get the position of a child corresponding to the input key 'k' if present if 'k' is not in the child, return the positions of the neighbouring nodes insteadNode16.getNearestChildPos
(byte k) Node256.getNearestChildPos
(byte k) Node4.getNearestChildPos
(byte k) Node48.getNearestChildPos
(byte k) (package private) static SearchResult
SearchResult.notFound
(int lowerPos, int higherPos) Methods in org.roaringbitmap.art with parameters of type SearchResultModifier and TypeMethodDescriptionprotected abstract int
AbstractShuttle.searchMissNextPosition
(SearchResult result) protected int
BackwardShuttle.searchMissNextPosition
(SearchResult result) protected int
ForwardShuttle.searchMissNextPosition
(SearchResult result)