Uses of Interface
org.eclipse.collections.api.list.primitive.MutableBooleanList
Packages that use MutableBooleanList
Package
Description
This package contains interfaces for Eclipse Collections API.
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
Map
This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for sorted set API.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of
MutableSortedBag
.This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the
MutableList
interface.This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableSortedMap
interface.This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of
MutableSortedSet
.This package contains implementations of the mutable primitive stack interfaces.
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
-
Uses of MutableBooleanList in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableBooleanListModifier and TypeMethodDescriptionBooleanIterable.toList()
Converts the BooleanIterable to a new MutableBooleanList. -
Uses of MutableBooleanList in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return MutableBooleanListModifier and TypeMethodDescriptionMutableSortedBag.collectBoolean
(BooleanFunction<? super T> booleanFunction) -
Uses of MutableBooleanList in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive that return MutableBooleanListModifier and TypeMethodDescriptionMutableBooleanListFactory.empty()
MutableBooleanListFactory.of()
Same asMutableBooleanListFactory.empty()
.MutableBooleanListFactory.of
(boolean... items) MutableBooleanListFactory.ofAll
(BooleanIterable items) MutableBooleanListFactory.with()
Same asMutableBooleanListFactory.empty()
.MutableBooleanListFactory.with
(boolean... items) Creates a new list using the passeditems
argument as the backing store.MutableBooleanListFactory.withAll
(BooleanIterable items) default MutableBooleanList
MutableBooleanListFactory.withInitialCapacity
(int capacity) Same asMutableBooleanListFactory.empty()
.default MutableBooleanList
MutableBooleanListFactory.wrapCopy
(boolean... array) Creates a new list by first copying the array passed in. -
Uses of MutableBooleanList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return MutableBooleanListModifier and TypeMethodDescriptiondefault MutableBooleanList
MutableList.collectBoolean
(BooleanFunction<? super T> booleanFunction) -
Uses of MutableBooleanList in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return MutableBooleanListModifier and TypeMethodDescriptionMutableBooleanList.asSynchronized()
MutableBooleanList.asUnmodifiable()
MutableBooleanList.distinct()
default MutableBooleanList
MutableBooleanList.newEmpty()
Creates a new empty mutable version of the same List type.MutableBooleanList.reject
(BooleanPredicate predicate) default MutableBooleanList
MutableBooleanList.rejectWithIndex
(BooleanIntPredicate predicate) Returns a new MutableBooleanList excluding all elements with corresponding indexes matching the specified predicate.MutableBooleanList.reverseThis()
MutableBooleanList.select
(BooleanPredicate predicate) default MutableBooleanList
MutableBooleanList.selectWithIndex
(BooleanIntPredicate predicate) Returns a new MutableBooleanList including all elements with corresponding indexes matching the specified predicate.MutableBooleanList.subList
(int fromIndex, int toIndex) default MutableBooleanList
MutableBooleanList.tap
(BooleanProcedure procedure) MutableBooleanList.toReversed()
MutableBooleanList.with
(boolean element) MutableBooleanList.withAll
(BooleanIterable elements) MutableBooleanList.without
(boolean element) MutableBooleanList.withoutAll
(BooleanIterable elements) -
Uses of MutableBooleanList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableBooleanListModifier and TypeMethodDescriptionMutableOrderedMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) -
Uses of MutableBooleanList in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return MutableBooleanListModifier and TypeMethodDescriptionMutableSortedMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) -
Uses of MutableBooleanList in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return MutableBooleanListModifier and TypeMethodDescriptionMutableSortedSet.collectBoolean
(BooleanFunction<? super T> booleanFunction) -
Uses of MutableBooleanList in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableBooleanList -
Uses of MutableBooleanList in org.eclipse.collections.impl.bag.sorted.mutable
Methods in org.eclipse.collections.impl.bag.sorted.mutable that return MutableBooleanListModifier and TypeMethodDescriptionAbstractMutableSortedBag.collectBoolean
(BooleanFunction<? super T> booleanFunction) SynchronizedSortedBag.collectBoolean
(BooleanFunction<? super T> booleanFunction) UnmodifiableSortedBag.collectBoolean
(BooleanFunction<? super T> booleanFunction) -
Uses of MutableBooleanList in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableBooleanList -
Uses of MutableBooleanList in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableBooleanList -
Uses of MutableBooleanList in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable that return MutableBooleanListModifier and TypeMethodDescriptionMultiReaderFastList.collectBoolean
(BooleanFunction<? super T> booleanFunction) SynchronizedMutableList.collectBoolean
(BooleanFunction<? super T> booleanFunction) UnmodifiableMutableList.collectBoolean
(BooleanFunction<? super T> booleanFunction) -
Uses of MutableBooleanList in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement MutableBooleanListModifier and TypeClassDescriptionfinal class
BooleanArrayList is similar toFastList
, and is memory-optimized for boolean primitives.class
A synchronized view of aMutableBooleanList
.class
This file was automatically generated from template file unmodifiablePrimitiveList.stg.Methods in org.eclipse.collections.impl.list.mutable.primitive that return MutableBooleanListModifier and TypeMethodDescriptionBooleanArrayList.asSynchronized()
SynchronizedBooleanList.asSynchronized()
UnmodifiableBooleanList.asSynchronized()
BooleanArrayList.asUnmodifiable()
SynchronizedBooleanList.asUnmodifiable()
UnmodifiableBooleanList.asUnmodifiable()
BooleanArrayList.distinct()
SynchronizedBooleanList.distinct()
UnmodifiableBooleanList.distinct()
MutableBooleanListFactoryImpl.empty()
SynchronizedBooleanList.newEmpty()
UnmodifiableBooleanList.newEmpty()
MutableBooleanListFactoryImpl.of()
MutableBooleanListFactoryImpl.of
(boolean... items) MutableBooleanListFactoryImpl.ofAll
(BooleanIterable items) SynchronizedBooleanList.reject
(BooleanPredicate predicate) UnmodifiableBooleanList.reject
(BooleanPredicate predicate) SynchronizedBooleanList.rejectWithIndex
(BooleanIntPredicate predicate) Returns a new MutableBooleanList excluding all elements with corresponding indexes matching the specified predicate.UnmodifiableBooleanList.rejectWithIndex
(BooleanIntPredicate predicate) Returns a new MutableBooleanList excluding all elements with corresponding indexes matching the specified predicate.SynchronizedBooleanList.reverseThis()
UnmodifiableBooleanList.reverseThis()
SynchronizedBooleanList.select
(BooleanPredicate predicate) UnmodifiableBooleanList.select
(BooleanPredicate predicate) SynchronizedBooleanList.selectWithIndex
(BooleanIntPredicate predicate) Returns a new MutableBooleanList including all elements with corresponding indexes matching the specified predicate.UnmodifiableBooleanList.selectWithIndex
(BooleanIntPredicate predicate) Returns a new MutableBooleanList including all elements with corresponding indexes matching the specified predicate.BooleanArrayList.subList
(int fromIndex, int toIndex) SynchronizedBooleanList.subList
(int fromIndex, int toIndex) UnmodifiableBooleanList.subList
(int fromIndex, int toIndex) BooleanArrayList.toList()
SynchronizedBooleanList.toReversed()
UnmodifiableBooleanList.toReversed()
MutableBooleanListFactoryImpl.with()
MutableBooleanListFactoryImpl.with
(boolean... items) Creates a new list using the passeditems
argument as the backing store.MutableBooleanListFactoryImpl.withAll
(BooleanIterable items) MutableBooleanListFactoryImpl.withInitialCapacity
(int capacity) Constructors in org.eclipse.collections.impl.list.mutable.primitive with parameters of type MutableBooleanList -
Uses of MutableBooleanList in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableBooleanListModifier and TypeMethodDescriptionObjectBooleanHashMap.toList()
ObjectBooleanHashMapWithHashingStrategy.toList()
SynchronizedByteBooleanMap.toList()
SynchronizedCharBooleanMap.toList()
SynchronizedDoubleBooleanMap.toList()
SynchronizedFloatBooleanMap.toList()
SynchronizedIntBooleanMap.toList()
SynchronizedLongBooleanMap.toList()
SynchronizedObjectBooleanMap.toList()
SynchronizedShortBooleanMap.toList()
UnmodifiableByteBooleanMap.toList()
UnmodifiableCharBooleanMap.toList()
UnmodifiableDoubleBooleanMap.toList()
UnmodifiableFloatBooleanMap.toList()
UnmodifiableIntBooleanMap.toList()
UnmodifiableLongBooleanMap.toList()
UnmodifiableObjectBooleanMap.toList()
UnmodifiableShortBooleanMap.toList()
-
Uses of MutableBooleanList in org.eclipse.collections.impl.map.ordered.mutable
Methods in org.eclipse.collections.impl.map.ordered.mutable that return MutableBooleanListModifier and TypeMethodDescriptionOrderedMapAdapter.collectBoolean
(BooleanFunction<? super V> booleanFunction) UnmodifiableMutableOrderedMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) -
Uses of MutableBooleanList in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable that return MutableBooleanListModifier and TypeMethodDescriptionAbstractMutableSortedMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) SynchronizedSortedMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) UnmodifiableTreeMap.collectBoolean
(BooleanFunction<? super V> booleanFunction) -
Uses of MutableBooleanList in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableBooleanList -
Uses of MutableBooleanList in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return MutableBooleanList -
Uses of MutableBooleanList in org.eclipse.collections.impl.set.sorted.mutable
Methods in org.eclipse.collections.impl.set.sorted.mutable that return MutableBooleanListModifier and TypeMethodDescriptionSortedSetAdapter.collectBoolean
(BooleanFunction<? super T> booleanFunction) SynchronizedSortedSet.collectBoolean
(BooleanFunction<? super T> booleanFunction) TreeSortedSet.collectBoolean
(BooleanFunction<? super T> booleanFunction) UnmodifiableSortedSet.collectBoolean
(BooleanFunction<? super T> booleanFunction) -
Uses of MutableBooleanList in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableBooleanList -
Uses of MutableBooleanList in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableBooleanList -
Uses of MutableBooleanList in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility that return MutableBooleanListModifier and TypeMethodDescriptionstatic <T> MutableBooleanList
ArrayIterate.collectBoolean
(T[] objectArray, BooleanFunction<? super T> booleanFunction) static <T> MutableBooleanList
ArrayListIterate.collectBoolean
(ArrayList<T> list, BooleanFunction<? super T> booleanFunction) static <T> MutableBooleanList
ListIterate.collectBoolean
(List<T> list, BooleanFunction<? super T> booleanFunction) -
Uses of MutableBooleanList in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal that return MutableBooleanListModifier and TypeMethodDescriptionstatic <T> MutableBooleanList
RandomAccessListIterate.collectBoolean
(List<T> list, BooleanFunction<? super T> booleanFunction)