Class ShortCharHashMap.ValuesCollection

    • Constructor Detail

      • ValuesCollection

        private ValuesCollection()
    • Method Detail

      • charIterator

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

        public boolean remove​(char item)
      • retainAll

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