Class ByteArrayMap.Node

    • Method Detail

      • getKey

        public byte[] getKey()
        Specified by:
        getKey in interface Map.Entry<byte[],​byte[]>
      • getValue

        public byte[] getValue()
        Specified by:
        getValue in interface Map.Entry<byte[],​byte[]>
      • setValue

        public byte[] setValue​(byte[] value)
        Specified by:
        setValue in interface Map.Entry<byte[],​byte[]>