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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendString
(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.boolean
remove
(boolean item) boolean
retainAll
(BooleanIterable source) Methods inherited from class org.eclipse.collections.impl.map.mutable.primitive.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, withoutAll
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.api.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, select
Methods inherited from interface org.eclipse.collections.api.collection.primitive.MutableBooleanCollection
newEmpty, removeIf, tap
Methods inherited from interface org.eclipse.collections.api.PrimitiveIterable
toString
-
Constructor Details
-
ValuesCollection
private ValuesCollection()
-
-
Method Details
-
appendString
Description copied from interface:PrimitiveIterable
Prints a string representation of this collection onto the givenAppendable
. Prints the string returned byPrimitiveIterable.makeString(String, String, String)
. -
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
- See Also:
-