Class ShortShortHashMap.ValuesCollection

    • Constructor Detail

      • ValuesCollection

        private ValuesCollection()
    • Method Detail

      • shortIterator

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

        public boolean remove​(short item)
      • retainAll

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