Uses of Class
org.roaringbitmap.art.SearchResult
-
Packages that use SearchResult Package Description org.roaringbitmap.art -
-
Uses of SearchResult in org.roaringbitmap.art
Methods in org.roaringbitmap.art that return SearchResult Modifier and Type Method Description (package private) static SearchResult
Node. binarySearchWithResult(byte[] key, int fromIndex, int toIndex, byte k)
(package private) static SearchResult
SearchResult. found(int keyPos)
SearchResult
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 insteadSearchResult
Node16. getNearestChildPos(byte k)
SearchResult
Node256. getNearestChildPos(byte k)
SearchResult
Node4. getNearestChildPos(byte k)
SearchResult
Node48. getNearestChildPos(byte k)
(package private) static SearchResult
SearchResult. notFound(int lowerPos, int higherPos)
Methods in org.roaringbitmap.art with parameters of type SearchResult Modifier and Type Method Description protected abstract int
AbstractShuttle. searchMissNextPosition(SearchResult result)
protected int
BackwardShuttle. searchMissNextPosition(SearchResult result)
protected int
ForwardShuttle. searchMissNextPosition(SearchResult result)
-