Class TSynchronizedByteDoubleMap

    • Constructor Detail

      • TSynchronizedByteDoubleMap

        public TSynchronizedByteDoubleMap(TByteDoubleMap m)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • containsKey

        public boolean containsKey(byte key)
      • containsValue

        public boolean containsValue(double value)
      • get

        public double get(byte key)
      • put

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

        public double remove(byte key)
      • putAll

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

        public void clear()
      • keys

        public byte[] keys()
      • keys

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

        public double[] values()
      • values

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

        public byte getNoEntryKey()
      • getNoEntryValue

        public double getNoEntryValue()
      • putIfAbsent

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

        public boolean increment(byte key)
      • adjustValue

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

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

        public boolean equals(Object o)
      • hashCode

        public int hashCode()
      • toString

        public String toString()