Uses of Interface
org.eclipse.collections.api.list.primitive.ImmutableBooleanList
-
Packages that use ImmutableBooleanList Package Description org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.factory.list.primitive This package contains factory API for creating immutable primitive list instances.org.eclipse.collections.api.list This package contains interfaces for list API which enhance the performance and functionality ofList
.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMap
org.eclipse.collections.api.map.sorted This package contains mutable and immutable sorted map interfaces.org.eclipse.collections.api.set.sorted This package contains interfaces for sorted set API.org.eclipse.collections.impl.bag.sorted.immutable org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableList
interface.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.sorted.immutable This package contains implementations of theMutableSortedMap
interface.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet
. -
-
Uses of ImmutableBooleanList in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return ImmutableBooleanList Modifier and Type Method Description ImmutableBooleanList
ImmutableSortedBag. collectBoolean(BooleanFunction<? super T> booleanFunction)
-
Uses of ImmutableBooleanList in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive that return ImmutableBooleanList Modifier and Type Method Description ImmutableBooleanList
ImmutableBooleanListFactory. empty()
ImmutableBooleanList
ImmutableBooleanListFactory. of()
Same asImmutableBooleanListFactory.empty()
.ImmutableBooleanList
ImmutableBooleanListFactory. of(boolean one)
ImmutableBooleanList
ImmutableBooleanListFactory. of(boolean... items)
ImmutableBooleanList
ImmutableBooleanListFactory. ofAll(java.lang.Iterable<java.lang.Boolean> iterable)
ImmutableBooleanList
ImmutableBooleanListFactory. ofAll(BooleanIterable items)
ImmutableBooleanList
ImmutableBooleanListFactory. with()
Same asImmutableBooleanListFactory.empty()
.ImmutableBooleanList
ImmutableBooleanListFactory. with(boolean one)
ImmutableBooleanList
ImmutableBooleanListFactory. with(boolean... items)
ImmutableBooleanList
ImmutableBooleanListFactory. withAll(java.lang.Iterable<java.lang.Boolean> iterable)
ImmutableBooleanList
ImmutableBooleanListFactory. withAll(BooleanIterable items)
-
Uses of ImmutableBooleanList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ImmutableBooleanList Modifier and Type Method Description ImmutableBooleanList
ImmutableList. collectBoolean(BooleanFunction<? super T> booleanFunction)
-
Uses of ImmutableBooleanList in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return ImmutableBooleanList Modifier and Type Method Description ImmutableBooleanList
ImmutableBooleanList. distinct()
ImmutableBooleanList
ImmutableBooleanList. newWith(boolean element)
ImmutableBooleanList
ImmutableBooleanList. newWithAll(BooleanIterable elements)
ImmutableBooleanList
ImmutableBooleanList. newWithout(boolean element)
ImmutableBooleanList
ImmutableBooleanList. newWithoutAll(BooleanIterable elements)
ImmutableBooleanList
ImmutableBooleanList. reject(BooleanPredicate predicate)
default ImmutableBooleanList
ImmutableBooleanList. rejectWithIndex(BooleanIntPredicate predicate)
Returns a new ImmutableBooleanList excluding all elements with corresponding indexes matching the specified predicate.ImmutableBooleanList
ImmutableBooleanList. select(BooleanPredicate predicate)
default ImmutableBooleanList
ImmutableBooleanList. selectWithIndex(BooleanIntPredicate predicate)
Returns a new ImmutableBooleanList including all elements with corresponding indexes matching the specified predicate.ImmutableBooleanList
ImmutableBooleanList. subList(int fromIndex, int toIndex)
default ImmutableBooleanList
ImmutableBooleanList. tap(BooleanProcedure procedure)
ImmutableBooleanList
BooleanList. toImmutable()
Returns an immutable copy of this list.ImmutableBooleanList
MutableBooleanList. toImmutable()
Returns an immutable copy of this list.ImmutableBooleanList
ImmutableBooleanList. toReversed()
-
Uses of ImmutableBooleanList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableBooleanList Modifier and Type Method Description ImmutableBooleanList
ImmutableOrderedMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
-
Uses of ImmutableBooleanList in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return ImmutableBooleanList Modifier and Type Method Description ImmutableBooleanList
ImmutableSortedMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
-
Uses of ImmutableBooleanList in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return ImmutableBooleanList Modifier and Type Method Description ImmutableBooleanList
ImmutableSortedSet. collectBoolean(BooleanFunction<? super T> booleanFunction)
-
Uses of ImmutableBooleanList in org.eclipse.collections.impl.bag.sorted.immutable
Methods in org.eclipse.collections.impl.bag.sorted.immutable that return ImmutableBooleanList Modifier and Type Method Description ImmutableBooleanList
AbstractImmutableSortedBag. collectBoolean(BooleanFunction<? super T> booleanFunction)
-
Uses of ImmutableBooleanList in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable that return ImmutableBooleanList Modifier and Type Method Description ImmutableBooleanList
AbstractImmutableList. collectBoolean(BooleanFunction<? super T> booleanFunction)
-
Uses of ImmutableBooleanList in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ImmutableBooleanList Modifier and Type Class Description (package private) class
ImmutableBooleanArrayList
ImmutableBooleanArrayList is the non-modifiable equivalent ofBooleanArrayList
.(package private) class
ImmutableBooleanEmptyList
ImmutableBooleanEmptyList is an optimization forImmutableBooleanList
of size 0.(package private) class
ImmutableBooleanSingletonList
ImmutableBooleanSingletonList is an optimization forImmutableBooleanList
of size 1.Fields in org.eclipse.collections.impl.list.immutable.primitive declared as ImmutableBooleanList Modifier and Type Field Description (package private) static ImmutableBooleanList
ImmutableBooleanEmptyList. INSTANCE
private ImmutableBooleanList
ImmutableBooleanArrayList.ImmutableBooleanListSerializationProxy. list
Methods in org.eclipse.collections.impl.list.immutable.primitive that return ImmutableBooleanList Modifier and Type Method Description ImmutableBooleanList
ImmutableBooleanArrayList. distinct()
ImmutableBooleanList
ImmutableBooleanEmptyList. distinct()
ImmutableBooleanList
ImmutableBooleanSingletonList. distinct()
ImmutableBooleanList
ImmutableBooleanListFactoryImpl. empty()
ImmutableBooleanList
ImmutableBooleanArrayList. newWith(boolean element)
ImmutableBooleanList
ImmutableBooleanEmptyList. newWith(boolean element)
ImmutableBooleanList
ImmutableBooleanSingletonList. newWith(boolean element)
ImmutableBooleanList
ImmutableBooleanArrayList. newWithAll(BooleanIterable elements)
ImmutableBooleanList
ImmutableBooleanEmptyList. newWithAll(BooleanIterable elements)
ImmutableBooleanList
ImmutableBooleanSingletonList. newWithAll(BooleanIterable elements)
ImmutableBooleanList
ImmutableBooleanArrayList. newWithout(boolean element)
ImmutableBooleanList
ImmutableBooleanEmptyList. newWithout(boolean element)
ImmutableBooleanList
ImmutableBooleanSingletonList. newWithout(boolean element)
ImmutableBooleanList
ImmutableBooleanArrayList. newWithoutAll(BooleanIterable elements)
ImmutableBooleanList
ImmutableBooleanEmptyList. newWithoutAll(BooleanIterable elements)
ImmutableBooleanList
ImmutableBooleanSingletonList. newWithoutAll(BooleanIterable elements)
ImmutableBooleanList
ImmutableBooleanListFactoryImpl. of()
ImmutableBooleanList
ImmutableBooleanListFactoryImpl. of(boolean one)
ImmutableBooleanList
ImmutableBooleanListFactoryImpl. of(boolean... items)
ImmutableBooleanList
ImmutableBooleanListFactoryImpl. ofAll(java.lang.Iterable<java.lang.Boolean> iterable)
ImmutableBooleanList
ImmutableBooleanListFactoryImpl. ofAll(BooleanIterable items)
ImmutableBooleanList
ImmutableBooleanArrayList. reject(BooleanPredicate predicate)
ImmutableBooleanList
ImmutableBooleanEmptyList. reject(BooleanPredicate predicate)
ImmutableBooleanList
ImmutableBooleanSingletonList. reject(BooleanPredicate predicate)
ImmutableBooleanList
ImmutableBooleanArrayList. select(BooleanPredicate predicate)
ImmutableBooleanList
ImmutableBooleanEmptyList. select(BooleanPredicate predicate)
ImmutableBooleanList
ImmutableBooleanSingletonList. select(BooleanPredicate predicate)
ImmutableBooleanList
ImmutableBooleanArrayList. subList(int fromIndex, int toIndex)
ImmutableBooleanList
ImmutableBooleanEmptyList. subList(int fromIndex, int toIndex)
ImmutableBooleanList
ImmutableBooleanSingletonList. subList(int fromIndex, int toIndex)
ImmutableBooleanList
ImmutableBooleanArrayList. toImmutable()
ImmutableBooleanList
ImmutableBooleanEmptyList. toImmutable()
ImmutableBooleanList
ImmutableBooleanSingletonList. toImmutable()
ImmutableBooleanList
ImmutableBooleanListFactoryImpl. with()
ImmutableBooleanList
ImmutableBooleanListFactoryImpl. with(boolean one)
ImmutableBooleanList
ImmutableBooleanListFactoryImpl. with(boolean... items)
ImmutableBooleanList
ImmutableBooleanListFactoryImpl. withAll(java.lang.Iterable<java.lang.Boolean> iterable)
ImmutableBooleanList
ImmutableBooleanListFactoryImpl. withAll(BooleanIterable items)
Constructors in org.eclipse.collections.impl.list.immutable.primitive with parameters of type ImmutableBooleanList Constructor Description ImmutableBooleanListSerializationProxy(ImmutableBooleanList list)
-
Uses of ImmutableBooleanList in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return ImmutableBooleanList Modifier and Type Method Description ImmutableBooleanList
BooleanArrayList. toImmutable()
ImmutableBooleanList
SynchronizedBooleanList. toImmutable()
ImmutableBooleanList
UnmodifiableBooleanList. toImmutable()
-
Uses of ImmutableBooleanList in org.eclipse.collections.impl.map.sorted.immutable
Methods in org.eclipse.collections.impl.map.sorted.immutable that return ImmutableBooleanList Modifier and Type Method Description ImmutableBooleanList
AbstractImmutableSortedMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
-
Uses of ImmutableBooleanList in org.eclipse.collections.impl.set.sorted.immutable
Methods in org.eclipse.collections.impl.set.sorted.immutable that return ImmutableBooleanList Modifier and Type Method Description ImmutableBooleanList
AbstractImmutableSortedSet. collectBoolean(BooleanFunction<? super T> booleanFunction)
-