Class IntDoubleHashMap.ValuesCollection

    • Constructor Detail

      • ValuesCollection

        private ValuesCollection()
    • Method Detail

      • doubleIterator

        public MutableDoubleIterator doubleIterator()
        Description copied from interface: DoubleIterable
        Returns a primitive iterator that can be used to iterate over the DoubleIterable in an imperative style.
      • remove

        public boolean remove​(double item)
      • retainAll

        public boolean retainAll​(DoubleIterable source)
        See Also:
        Collection.retainAll(Collection)