Uses of Class
org.eclipse.collections.impl.collection.mutable.primitive.UnmodifiableBooleanCollection
-
Packages that use UnmodifiableBooleanCollection Package Description org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces. -
-
Uses of UnmodifiableBooleanCollection in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return UnmodifiableBooleanCollection Modifier and Type Method Description static UnmodifiableBooleanCollection
UnmodifiableBooleanCollection. of(MutableBooleanCollection collection)
This method will take a MutableBooleanCollection and wrap it directly in a UnmodifiableBooleanCollection.
-