Class CharBooleanHashMap.ValuesCollection

    • Constructor Detail

      • ValuesCollection

        private ValuesCollection()
    • Method Detail

      • appendString

        public void appendString​(java.lang.Appendable appendable,
                                 java.lang.String start,
                                 java.lang.String separator,
                                 java.lang.String end)
        Description copied from interface: PrimitiveIterable
        Prints a string representation of this collection onto the given Appendable. Prints the string returned by PrimitiveIterable.makeString(String, String, String).
      • booleanIterator

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

        public boolean remove​(boolean item)
      • retainAll

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