Class DoubleAddingMap<K>

    • Constructor Detail

      • DoubleAddingMap

        public DoubleAddingMap()
    • Method Detail

      • addPut

        public Double addPut​(K key,
                             Double d)
        adds the current value to the value of this key. If the current value is null then value becomes the d parameter.
        Returns:
        the value at this key.
      • addPutAll

        public void addPutAll​(Map<? extends K,​? extends Double> map)