Uses of Interface
org.eclipse.collections.api.list.primitive.ImmutableBooleanList
Packages that use ImmutableBooleanList
Package
Description
This package contains interfaces for SortedBag API.
This package contains factory API for creating immutable primitive list instances.
This package contains interfaces for list API which enhance the performance and functionality of
List.This package contains mutable and immutable primitive list API.
This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains mutable and immutable sorted map interfaces.
This package contains interfaces for sorted set API.
-
Uses of ImmutableBooleanList in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return ImmutableBooleanListModifier and TypeMethodDescriptionImmutableSortedBag.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 ImmutableBooleanListModifier and TypeMethodDescriptionImmutableBooleanListFactory.empty()ImmutableBooleanListFactory.of()Same asImmutableBooleanListFactory.empty().ImmutableBooleanListFactory.of(boolean one) ImmutableBooleanListFactory.of(boolean... items) ImmutableBooleanListFactory.ofAll(BooleanIterable items) ImmutableBooleanListFactory.with()Same asImmutableBooleanListFactory.empty().ImmutableBooleanListFactory.with(boolean one) ImmutableBooleanListFactory.with(boolean... items) ImmutableBooleanListFactory.withAll(BooleanIterable items) -
Uses of ImmutableBooleanList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ImmutableBooleanListModifier and TypeMethodDescriptionImmutableList.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 ImmutableBooleanListModifier and TypeMethodDescriptionImmutableBooleanList.distinct()ImmutableBooleanList.newWith(boolean element) ImmutableBooleanList.newWithAll(BooleanIterable elements) ImmutableBooleanList.newWithout(boolean element) ImmutableBooleanList.newWithoutAll(BooleanIterable elements) ImmutableBooleanList.reject(BooleanPredicate predicate) default ImmutableBooleanListImmutableBooleanList.rejectWithIndex(BooleanIntPredicate predicate) Returns a new ImmutableBooleanList excluding all elements with corresponding indexes matching the specified predicate.ImmutableBooleanList.select(BooleanPredicate predicate) default ImmutableBooleanListImmutableBooleanList.selectWithIndex(BooleanIntPredicate predicate) Returns a new ImmutableBooleanList including all elements with corresponding indexes matching the specified predicate.ImmutableBooleanList.subList(int fromIndex, int toIndex) default ImmutableBooleanListImmutableBooleanList.tap(BooleanProcedure procedure) BooleanList.toImmutable()Returns an immutable copy of this list.MutableBooleanList.toImmutable()Returns an immutable copy of this list.ImmutableBooleanList.toReversed() -
Uses of ImmutableBooleanList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableBooleanListModifier and TypeMethodDescriptionImmutableOrderedMap.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 ImmutableBooleanListModifier and TypeMethodDescriptionImmutableSortedMap.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 ImmutableBooleanListModifier and TypeMethodDescriptionImmutableSortedSet.collectBoolean(BooleanFunction<? super T> booleanFunction)