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

    Modifier and Type
    Method
    Description
    get(long index)
    Forward lookup from the integral index.
    int
    rget(int highestIndex, DATA_TYPE value)
    Reverse lookup of the DATA_TYPE.
  • Method Details

    • get

      DATA_TYPE get(long index)
      Forward lookup from the integral index.
      Returns:
      the DATA_TYPE associated with the index.
    • rget

      int rget(int highestIndex, DATA_TYPE value)
      Reverse lookup of the DATA_TYPE.
      Returns:
      the integral index associated with the DATA_TYPE.