Uses of Interface
org.eclipse.collections.api.list.primitive.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 of
List. |
| 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 of
Map |
| 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.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 the
MutableSortedMap interface. |
-
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)ImmutableBooleanListImmutableBooleanList. select(BooleanPredicate 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) -
Uses of ImmutableBooleanList in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return ImmutableBooleanList Modifier and Type Method Description ImmutableBooleanListImmutableBooleanListFactoryImpl. empty()ImmutableBooleanListImmutableBooleanListFactoryImpl. of()ImmutableBooleanListImmutableBooleanListFactoryImpl. of(boolean one)ImmutableBooleanListImmutableBooleanListFactoryImpl. of(boolean... items)ImmutableBooleanListImmutableBooleanListFactoryImpl. ofAll(Iterable<Boolean> iterable)ImmutableBooleanListImmutableBooleanListFactoryImpl. ofAll(BooleanIterable items)ImmutableBooleanListImmutableBooleanListFactoryImpl. with()ImmutableBooleanListImmutableBooleanListFactoryImpl. with(boolean one)ImmutableBooleanListImmutableBooleanListFactoryImpl. with(boolean... items)ImmutableBooleanListImmutableBooleanListFactoryImpl. withAll(Iterable<Boolean> iterable)ImmutableBooleanListImmutableBooleanListFactoryImpl. withAll(BooleanIterable items) -
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 ImmutableBooleanListBooleanArrayList. toImmutable()ImmutableBooleanListSynchronizedBooleanList. toImmutable()ImmutableBooleanListUnmodifiableBooleanList. 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 ImmutableBooleanListAbstractImmutableSortedMap. collectBoolean(BooleanFunction<? super V> booleanFunction)