Interface OffsetLookup<VALUE_TYPE,EXTRA_INPUT_TYPE>
- All Known Implementing Classes:
ColumnRegionObjectCached
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface OffsetLookup<VALUE_TYPE,EXTRA_INPUT_TYPE>
Lookup function interface for
OffsetLookupCache
s and ReverseOffsetLookupCache
s to use.-
Method Summary
Modifier and Type Method Description VALUE_TYPE
lookup(long offset, EXTRA_INPUT_TYPE extra)