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
OffsetLookupCaches and ReverseOffsetLookupCaches to use.-
Method Summary
Modifier and Type Method Description VALUE_TYPElookup(long offset, EXTRA_INPUT_TYPE extra)