Class FloatIntHashMap.ValuesCollection

    • Constructor Detail

      • ValuesCollection

        private ValuesCollection()
    • Method Detail

      • intIterator

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

        public boolean remove​(int item)
      • retainAll

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