Package io.deephaven.stringset
Interface LongBitmapStringSet.ReversibleLookup<DATA_TYPE>
- All Known Subinterfaces:
ReverseLookupColumnSource<DATA_TYPE,
EXTRA_VALUE_TYPE>
- All Known Implementing Classes:
ChunkDictionary
- Enclosing class:
- LongBitmapStringSet
public static interface LongBitmapStringSet.ReversibleLookup<DATA_TYPE>
-
Method Summary
-
Method Details
-
get
Forward lookup from the integral index.- Returns:
- the DATA_TYPE associated with the index.
-
rget
Reverse lookup of the DATA_TYPE.- Returns:
- the integral index associated with the DATA_TYPE.
-