Class TMap


  • public final class TMap
    extends java.lang.Object
    Helper class that encapsulates map metadata.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte keyType  
      int size  
      byte valueType  
    • Constructor Summary

      Constructors 
      Constructor Description
      TMap()  
      TMap​(byte k, byte v, int s)  
    • Field Detail

      • keyType

        public final byte keyType
      • valueType

        public final byte valueType
      • size

        public final int size
    • Constructor Detail

      • TMap

        public TMap()
      • TMap

        public TMap​(byte k,
                    byte v,
                    int s)
    • Method Detail

      • getKeyType

        public byte getKeyType()
      • getValueType

        public byte getValueType()
      • getSize

        public int getSize()