Class TSynchronizedByteShortMap

    • Constructor Detail

      • TSynchronizedByteShortMap

        public TSynchronizedByteShortMap(TByteShortMap m)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • containsKey

        public boolean containsKey(byte key)
      • containsValue

        public boolean containsValue(short value)
      • get

        public short get(byte key)
      • put

        public short put(byte key,
                         short value)
      • remove

        public short remove(byte key)
      • putAll

        public void putAll(Map<? extends Byte,? extends Short> map)
      • clear

        public void clear()
      • keys

        public byte[] keys()
      • keys

        public byte[] keys(byte[] array)
      • values

        public short[] values()
      • values

        public short[] values(short[] array)
      • getNoEntryKey

        public byte getNoEntryKey()
      • getNoEntryValue

        public short getNoEntryValue()
      • putIfAbsent

        public short putIfAbsent(byte key,
                                 short value)
      • transformValues

        public void transformValues(TShortFunction function)
      • increment

        public boolean increment(byte key)
      • adjustValue

        public boolean adjustValue(byte key,
                                   short amount)
      • adjustOrPutValue

        public short adjustOrPutValue(byte key,
                                      short adjust_amount,
                                      short put_amount)
      • equals

        public boolean equals(Object o)
      • hashCode

        public int hashCode()
      • toString

        public String toString()