Class ByteBooleanHashMap.ValuesCollection
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection
org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMap.ValuesCollection
- All Implemented Interfaces:
BooleanIterable, MutableBooleanCollection, PrimitiveIterable
- Enclosing class:
ByteBooleanHashMap
private class ByteBooleanHashMap.ValuesCollection
extends AbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection
- Since:
- 3.0.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendString(Appendable appendable, String start, String separator, String end) Prints a string representation of this collection onto the givenAppendable.Returns a primitive iterator that can be used to iterate over the BooleanIterable in an imperative style.booleanremove(boolean item) booleanretainAll(BooleanIterable source) Methods inherited from class AbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection
add, addAll, addAll, allSatisfy, anySatisfy, appendString, appendString, asLazy, asSynchronized, asUnmodifiable, chunk, clear, collect, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, isEmpty, makeString, makeString, makeString, noneSatisfy, notEmpty, reject, removeAll, removeAll, retainAll, select, size, toArray, toArray, toBag, toImmutable, toList, toSet, with, withAll, without, withoutAllMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BooleanIterable
collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, containsAny, containsAny, containsNone, containsNone, flatCollect, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, reduce, reduceIfEmpty, reject, selectMethods inherited from interface MutableBooleanCollection
newEmpty, removeIf, tapMethods inherited from interface PrimitiveIterable
toString
-
Constructor Details
-
ValuesCollection
private ValuesCollection()
-
-
Method Details
-
appendString
Description copied from interface:PrimitiveIterablePrints a string representation of this collection onto the givenAppendable. Prints the string returned byPrimitiveIterable.makeString(String, String, String). -
booleanIterator
Description copied from interface:BooleanIterableReturns a primitive iterator that can be used to iterate over the BooleanIterable in an imperative style. -
remove
public boolean remove(boolean item) -
retainAll
- See Also:
-