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.org.eclipse.collections.impl.bag.sorted.immutable org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableListinterface.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.ordered.immutable org.eclipse.collections.impl.map.sorted.immutable This package contains implementations of theMutableSortedMapinterface.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 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(java.lang.Iterable<java.lang.Boolean> iterable)ImmutableBooleanListImmutableBooleanListFactory. ofAll(BooleanIterable items)ImmutableBooleanListImmutableBooleanListFactory. with()Same asImmutableBooleanListFactory.empty().ImmutableBooleanListImmutableBooleanListFactory. with(boolean one)ImmutableBooleanListImmutableBooleanListFactory. with(boolean... items)ImmutableBooleanListImmutableBooleanListFactory. withAll(java.lang.Iterable<java.lang.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) -
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 ImmutableBooleanListAbstractImmutableSortedBag. 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 ImmutableBooleanListAbstractImmutableList. 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) classImmutableBooleanArrayListImmutableBooleanArrayList is the non-modifiable equivalent ofBooleanArrayList.(package private) classImmutableBooleanEmptyListImmutableBooleanEmptyList is an optimization forImmutableBooleanListof size 0.(package private) classImmutableBooleanSingletonListImmutableBooleanSingletonList is an optimization forImmutableBooleanListof size 1.Fields in org.eclipse.collections.impl.list.immutable.primitive declared as ImmutableBooleanList Modifier and Type Field Description (package private) static ImmutableBooleanListImmutableBooleanEmptyList. INSTANCEprivate ImmutableBooleanListImmutableBooleanArrayList.ImmutableBooleanListSerializationProxy. listMethods in org.eclipse.collections.impl.list.immutable.primitive that return ImmutableBooleanList Modifier and Type Method Description ImmutableBooleanListImmutableBooleanArrayList. distinct()ImmutableBooleanListImmutableBooleanEmptyList. distinct()ImmutableBooleanListImmutableBooleanSingletonList. distinct()ImmutableBooleanListImmutableBooleanListFactoryImpl. empty()ImmutableBooleanListImmutableBooleanArrayList. newWith(boolean element)ImmutableBooleanListImmutableBooleanEmptyList. newWith(boolean element)ImmutableBooleanListImmutableBooleanSingletonList. newWith(boolean element)ImmutableBooleanListImmutableBooleanArrayList. newWithAll(BooleanIterable elements)ImmutableBooleanListImmutableBooleanEmptyList. newWithAll(BooleanIterable elements)ImmutableBooleanListImmutableBooleanSingletonList. newWithAll(BooleanIterable elements)ImmutableBooleanListImmutableBooleanArrayList. newWithout(boolean element)ImmutableBooleanListImmutableBooleanEmptyList. newWithout(boolean element)ImmutableBooleanListImmutableBooleanSingletonList. newWithout(boolean element)ImmutableBooleanListImmutableBooleanArrayList. newWithoutAll(BooleanIterable elements)ImmutableBooleanListImmutableBooleanEmptyList. newWithoutAll(BooleanIterable elements)ImmutableBooleanListImmutableBooleanSingletonList. newWithoutAll(BooleanIterable elements)ImmutableBooleanListImmutableBooleanListFactoryImpl. of()ImmutableBooleanListImmutableBooleanListFactoryImpl. of(boolean one)ImmutableBooleanListImmutableBooleanListFactoryImpl. of(boolean... items)ImmutableBooleanListImmutableBooleanListFactoryImpl. ofAll(java.lang.Iterable<java.lang.Boolean> iterable)ImmutableBooleanListImmutableBooleanListFactoryImpl. ofAll(BooleanIterable items)ImmutableBooleanListImmutableBooleanArrayList. reject(BooleanPredicate predicate)ImmutableBooleanListImmutableBooleanEmptyList. reject(BooleanPredicate predicate)ImmutableBooleanListImmutableBooleanSingletonList. reject(BooleanPredicate predicate)ImmutableBooleanListImmutableBooleanArrayList. select(BooleanPredicate predicate)ImmutableBooleanListImmutableBooleanEmptyList. select(BooleanPredicate predicate)ImmutableBooleanListImmutableBooleanSingletonList. select(BooleanPredicate predicate)ImmutableBooleanListImmutableBooleanArrayList. subList(int fromIndex, int toIndex)ImmutableBooleanListImmutableBooleanEmptyList. subList(int fromIndex, int toIndex)ImmutableBooleanListImmutableBooleanSingletonList. subList(int fromIndex, int toIndex)ImmutableBooleanListImmutableBooleanArrayList. toImmutable()ImmutableBooleanListImmutableBooleanEmptyList. toImmutable()ImmutableBooleanListImmutableBooleanSingletonList. toImmutable()ImmutableBooleanListImmutableBooleanListFactoryImpl. with()ImmutableBooleanListImmutableBooleanListFactoryImpl. with(boolean one)ImmutableBooleanListImmutableBooleanListFactoryImpl. with(boolean... items)ImmutableBooleanListImmutableBooleanListFactoryImpl. withAll(java.lang.Iterable<java.lang.Boolean> iterable)ImmutableBooleanListImmutableBooleanListFactoryImpl. 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 ImmutableBooleanListBooleanArrayList. toImmutable()ImmutableBooleanListSynchronizedBooleanList. toImmutable()ImmutableBooleanListUnmodifiableBooleanList. toImmutable() -
Uses of ImmutableBooleanList in org.eclipse.collections.impl.map.ordered.immutable
Methods in org.eclipse.collections.impl.map.ordered.immutable that return ImmutableBooleanList Modifier and Type Method Description ImmutableBooleanListImmutableOrderedMapAdapter. collectBoolean(BooleanFunction<? super V> booleanFunction) -
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) -
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 ImmutableBooleanListAbstractImmutableSortedSet. collectBoolean(BooleanFunction<? super T> booleanFunction)
-