Uses of Class
org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList
-
Packages that use UnmodifiableBooleanList Package Description org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces. -
-
Uses of UnmodifiableBooleanList in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return UnmodifiableBooleanList Modifier and Type Method Description UnmodifiableBooleanListUnmodifiableBooleanList. with(boolean element)UnmodifiableBooleanListUnmodifiableBooleanList. withAll(BooleanIterable elements)UnmodifiableBooleanListUnmodifiableBooleanList. without(boolean element)UnmodifiableBooleanListUnmodifiableBooleanList. withoutAll(BooleanIterable elements)
-