Class MatrixKeyType<S>

All Implemented Interfaces:
enumeratum.EnumEntry, Serializable
Direct Known Subclasses:
JSimpleKeyType.ByteMatrixKey$, JSimpleKeyType.DoubleMatrixKey$, JSimpleKeyType.FloatMatrixKey$, JSimpleKeyType.IntMatrixKey$, JSimpleKeyType.LongMatrixKey$, JSimpleKeyType.ShortMatrixKey$, KeyType.ByteMatrixKey$, KeyType.DoubleMatrixKey$, KeyType.FloatMatrixKey$, KeyType.IntMatrixKey$, KeyType.LongMatrixKey$, KeyType.ShortMatrixKey$

public class MatrixKeyType<S> extends SimpleKeyType<MatrixData<S>>
A KeyType that holds Matrix
See Also:
  • Constructor Details

    • MatrixKeyType

      public MatrixKeyType(scala.reflect.ClassTag<S> evidence$12, io.bullet.borer.Encoder<Object> evidence$13, io.bullet.borer.Decoder<Object> evidence$14)