Package com.illumon.iris.db.v2.sources
Interface StringSetImpl.ReversibleLookup<DATA_TYPE>
- All Known Subinterfaces:
ReverseLookupColumnSource<DATA_TYPE,
EXTRA_VALUE_TYPE>
- All Known Implementing Classes:
ChunkDictionary
,ReversibleCache
- Enclosing class:
- StringSetImpl
public static interface StringSetImpl.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.
-