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 UnmodifiableBooleanList
UnmodifiableBooleanList. with(boolean element)
UnmodifiableBooleanList
UnmodifiableBooleanList. withAll(BooleanIterable elements)
UnmodifiableBooleanList
UnmodifiableBooleanList. without(boolean element)
UnmodifiableBooleanList
UnmodifiableBooleanList. withoutAll(BooleanIterable elements)
-