Interface GenericTupleAccessor<D,C,K>
- Type Parameters:
D-C-K-
- All Superinterfaces:
TupleAccessor<D,C>, TupleBridge<D, C>
- All Known Implementing Classes:
GenericTupleAccessorForMap, GenericTupleAccessorFromListOfKeysBase
An extension of tuple accessor which allows for access via keys (in addition to ordinal integers).
- Author:
- raven
-
Method Summary
Modifier and TypeMethodDescriptionGet value by keykeyAtOrdinal(int index) Map an ordinal to a keyintordinalOfKey(K key) Methods inherited from interface TupleAccessor
get, mapMethods inherited from interface TupleBridge
build, build, compact, getDimension, toComponentArray, validateBuildArg
-
Method Details
-
keyAtOrdinal
Map an ordinal to a key -
ordinalOfKey
-
get
-