public class EntryLocationHeaderEntryProvider<K extends IKey<K>> extends java.lang.Object implements IHeaderDataEntryProvider<IntHeaderEntry,K>
| Constructor and Description |
|---|
EntryLocationHeaderEntryProvider(IKeyIdToSectorMap<IntHeaderEntry,EntryLocationHeaderEntryProvider<K>,K> sectorMap,
java.util.function.ToIntFunction<RegionEntryLocation> pack) |
| Modifier and Type | Method and Description |
|---|---|
IntHeaderEntry |
apply(K key) |
int |
getEntryByteCount() |
public EntryLocationHeaderEntryProvider(IKeyIdToSectorMap<IntHeaderEntry,EntryLocationHeaderEntryProvider<K>,K> sectorMap, java.util.function.ToIntFunction<RegionEntryLocation> pack)
public int getEntryByteCount()
getEntryByteCount in interface IHeaderDataEntryProvider<IntHeaderEntry,K extends IKey<K>>public IntHeaderEntry apply(K key)
apply in interface java.util.function.Function<K extends IKey<K>,IntHeaderEntry>