Class FloatLongHashMap.ValuesCollection

    • Constructor Detail

      • ValuesCollection

        private ValuesCollection()
    • Method Detail

      • longIterator

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

        public boolean remove​(long item)
      • retainAll

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