Uses of Enum
org.roaringbitmap.art.SearchResult.Outcome
Packages that use SearchResult.Outcome
-
Uses of SearchResult.Outcome in org.roaringbitmap.art
Fields in org.roaringbitmap.art declared as SearchResult.OutcomeModifier and TypeFieldDescription(package private) final SearchResult.Outcome
SearchResult.outcome
Methods in org.roaringbitmap.art that return SearchResult.OutcomeModifier and TypeMethodDescriptionstatic SearchResult.Outcome
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.OutcomeModifierConstructorDescriptionprivate
SearchResult
(SearchResult.Outcome outcome, int lessOrEqualPos, int greaterPos)