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 ofMaporg.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. -
-
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 ImmutableBooleanListImmutableSortedBag. 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 ImmutableBooleanListImmutableBooleanListFactory. empty()ImmutableBooleanListImmutableBooleanListFactory. of()Same asImmutableBooleanListFactory.empty().ImmutableBooleanListImmutableBooleanListFactory. of(boolean one)ImmutableBooleanListImmutableBooleanListFactory. of(boolean... items)ImmutableBooleanListImmutableBooleanListFactory. ofAll(Iterable<Boolean> iterable)ImmutableBooleanListImmutableBooleanListFactory. ofAll(BooleanIterable items)ImmutableBooleanListImmutableBooleanListFactory. with()Same asImmutableBooleanListFactory.empty().ImmutableBooleanListImmutableBooleanListFactory. with(boolean one)ImmutableBooleanListImmutableBooleanListFactory. with(boolean... items)ImmutableBooleanListImmutableBooleanListFactory. withAll(Iterable<Boolean> iterable)ImmutableBooleanListImmutableBooleanListFactory. 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 ImmutableBooleanListImmutableList. 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 ImmutableBooleanListImmutableBooleanList. distinct()ImmutableBooleanListImmutableBooleanList. newWith(boolean element)ImmutableBooleanListImmutableBooleanList. newWithAll(BooleanIterable elements)ImmutableBooleanListImmutableBooleanList. newWithout(boolean element)ImmutableBooleanListImmutableBooleanList. newWithoutAll(BooleanIterable elements)ImmutableBooleanListImmutableBooleanList. reject(BooleanPredicate predicate)default ImmutableBooleanListImmutableBooleanList. rejectWithIndex(BooleanIntPredicate predicate)Returns a new ImmutableBooleanList excluding all elements with corresponding indexes matching the specified predicate.ImmutableBooleanListImmutableBooleanList. select(BooleanPredicate predicate)default ImmutableBooleanListImmutableBooleanList. selectWithIndex(BooleanIntPredicate predicate)Returns a new ImmutableBooleanList including all elements with corresponding indexes matching the specified predicate.ImmutableBooleanListImmutableBooleanList. subList(int fromIndex, int toIndex)default ImmutableBooleanListImmutableBooleanList. tap(BooleanProcedure procedure)ImmutableBooleanListBooleanList. toImmutable()Returns an immutable copy of this list.ImmutableBooleanListMutableBooleanList. toImmutable()Returns an immutable copy of this list.ImmutableBooleanListImmutableBooleanList. 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 ImmutableBooleanListImmutableOrderedMap. 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 ImmutableBooleanListImmutableSortedMap. 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 ImmutableBooleanListImmutableSortedSet. collectBoolean(BooleanFunction<? super T> booleanFunction)
-