Class TSynchronizedIntDoubleMap

    • Constructor Detail

      • TSynchronizedIntDoubleMap

        public TSynchronizedIntDoubleMap(TIntDoubleMap m)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • containsKey

        public boolean containsKey(int key)
      • containsValue

        public boolean containsValue(double value)
      • get

        public double get(int key)
      • put

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

        public double remove(int key)
      • clear

        public void clear()
      • keys

        public int[] keys()
      • keys

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

        public double[] values()
      • values

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

        public int getNoEntryKey()
      • getNoEntryValue

        public double getNoEntryValue()
      • putIfAbsent

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

        public boolean forEachKey(TIntProcedure procedure)
      • increment

        public boolean increment(int key)
      • adjustValue

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

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

        public boolean equals(Object o)
      • hashCode

        public int hashCode()
      • toString

        public String toString()