Package org.roaringbitmap.art
Class SearchResult
java.lang.Object
org.roaringbitmap.art.SearchResult
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private final int
(package private) final SearchResult.Outcome
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
SearchResult
(SearchResult.Outcome outcome, int lessOrEqualPos, int greaterPos) -
Method Summary
Modifier and TypeMethodDescription(package private) static SearchResult
found
(int keyPos) (package private) int
(package private) int
(package private) int
(package private) boolean
(package private) boolean
(package private) boolean
(package private) static SearchResult
notFound
(int lowerPos, int higherPos)
-
Field Details
-
outcome
-
lessOrEqualPos
private final int lessOrEqualPos -
greaterPos
private final int greaterPos
-
-
Constructor Details
-
SearchResult
-
-
Method Details
-
found
-
notFound
-
hasKeyPos
boolean hasKeyPos() -
getKeyPos
int getKeyPos() -
hasNextSmallerPos
boolean hasNextSmallerPos() -
getNextSmallerPos
int getNextSmallerPos() -
hasNextLargerPos
boolean hasNextLargerPos() -
getNextLargerPos
int getNextLargerPos()
-