Class TSynchronizedDoubleByteMap

    • Constructor Detail

      • TSynchronizedDoubleByteMap

        public TSynchronizedDoubleByteMap(TDoubleByteMap m)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • containsKey

        public boolean containsKey(double key)
      • containsValue

        public boolean containsValue(byte value)
      • get

        public byte get(double key)
      • put

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

        public byte remove(double key)
      • putAll

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

        public void clear()
      • keys

        public double[] keys()
      • keys

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

        public byte[] values()
      • values

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

        public double getNoEntryKey()
      • getNoEntryValue

        public byte getNoEntryValue()
      • putIfAbsent

        public byte putIfAbsent(double key,
                                byte value)
      • forEachValue

        public boolean forEachValue(TByteProcedure procedure)
      • transformValues

        public void transformValues(TByteFunction function)
      • increment

        public boolean increment(double key)
      • adjustValue

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

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

        public boolean equals(Object o)
      • hashCode

        public int hashCode()
      • toString

        public String toString()