Class ByteByteHashMap.ValuesCollection

    • Constructor Detail

      • ValuesCollection

        private ValuesCollection()
    • Method Detail

      • byteIterator

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

        public boolean remove​(byte item)
      • retainAll

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