Class FloatFloatHashMap.ValuesCollection

    • Constructor Detail

      • ValuesCollection

        private ValuesCollection()
    • Method Detail

      • floatIterator

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

        public boolean remove​(float item)
      • retainAll

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