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
MapThis package contains mutable and immutable sorted map interfaces.
This package contains interfaces for sorted set API.
-
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 passeditemsargument as the backing store.MutableBooleanListFactory.withAll(BooleanIterable items) default MutableBooleanListMutableBooleanListFactory.withInitialCapacity(int capacity) Same asMutableBooleanListFactory.empty(). but takes in an initial capacitydefault MutableBooleanListMutableBooleanListFactory.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 MutableBooleanListMutableList.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 MutableBooleanListMutableBooleanList.newEmpty()Creates a new empty mutable version of the same List type.MutableBooleanList.reject(BooleanPredicate predicate) default MutableBooleanListMutableBooleanList.rejectWithIndex(BooleanIntPredicate predicate) Returns a new MutableBooleanList excluding all elements with corresponding indexes matching the specified predicate.MutableBooleanList.reverseThis()MutableBooleanList.select(BooleanPredicate predicate) default MutableBooleanListMutableBooleanList.selectWithIndex(BooleanIntPredicate predicate) Returns a new MutableBooleanList including all elements with corresponding indexes matching the specified predicate.MutableBooleanList.subList(int fromIndex, int toIndex) default MutableBooleanListMutableBooleanList.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)