Uses of Class
org.roaringbitmap.art.SearchResult.Outcome
-
Packages that use SearchResult.Outcome Package Description org.roaringbitmap.art -
-
Uses of SearchResult.Outcome in org.roaringbitmap.art
Fields in org.roaringbitmap.art declared as SearchResult.Outcome Modifier and Type Field Description (package private) SearchResult.Outcome
SearchResult. outcome
Methods in org.roaringbitmap.art that return SearchResult.Outcome Modifier and Type Method Description static SearchResult.Outcome
SearchResult.Outcome. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SearchResult.Outcome[]
SearchResult.Outcome. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.roaringbitmap.art with parameters of type SearchResult.Outcome Constructor Description SearchResult(SearchResult.Outcome outcome, int lessOrEqualPos, int greaterPos)
-