Class TSynchronizedIntByteMap

    • Constructor Detail

      • TSynchronizedIntByteMap

        public TSynchronizedIntByteMap(TIntByteMap m)
      • TSynchronizedIntByteMap

        public TSynchronizedIntByteMap(TIntByteMap m,
                                       Object mutex)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • containsKey

        public boolean containsKey(int key)
      • containsValue

        public boolean containsValue(byte value)
      • get

        public byte get(int key)
      • put

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

        public byte remove(int key)
      • putAll

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

        public void clear()
      • keys

        public int[] keys()
      • keys

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

        public byte[] values()
      • values

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

        public int getNoEntryKey()
      • getNoEntryValue

        public byte getNoEntryValue()
      • putIfAbsent

        public byte putIfAbsent(int key,
                                byte value)
      • forEachKey

        public boolean forEachKey(TIntProcedure procedure)
      • forEachValue

        public boolean forEachValue(TByteProcedure procedure)
      • transformValues

        public void transformValues(TByteFunction function)
      • increment

        public boolean increment(int key)
      • adjustValue

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

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

        public boolean equals(Object o)
      • hashCode

        public int hashCode()
      • toString

        public String toString()