Uses of Interface
org.eclipse.collections.api.set.primitive.MutableBooleanSet
Packages that use MutableBooleanSet
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains factory API for creating primitive set instances.
This package contains interfaces for set API which enhance the performance and functionality of
Set.This package contains API for mutable and immutable primitive sets.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
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 immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of
MutableSet.This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of MutableBooleanSet in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableBooleanSetModifier and TypeMethodDescriptionBooleanIterable.toSet()Converts the BooleanIterable to a new MutableBooleanSet. -
Uses of MutableBooleanSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableBooleanSetModifier and TypeMethodDescriptionMutableBooleanBag.selectUnique()Returns all elements of the bag that have exactly one occurrence. -
Uses of MutableBooleanSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return MutableBooleanSetModifier and TypeMethodDescriptionMutableBooleanSetFactory.empty()MutableBooleanSetFactory.of()Same asMutableBooleanSetFactory.empty().MutableBooleanSetFactory.of(boolean... items) MutableBooleanSetFactory.ofAll(BooleanIterable items) MutableBooleanSetFactory.with()Same asMutableBooleanSetFactory.empty().MutableBooleanSetFactory.with(boolean... items) MutableBooleanSetFactory.withAll(BooleanIterable items) -
Uses of MutableBooleanSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return MutableBooleanSetModifier and TypeMethodDescriptiondefault MutableBooleanSetMutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of MutableBooleanSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return MutableBooleanSetModifier and TypeMethodDescriptionMutableBooleanSet.asSynchronized()MutableBooleanSet.asUnmodifiable()default MutableBooleanSetMutableBooleanSet.difference(BooleanSet set) Returns the set of all members ofthisthat are not members ofset.default MutableBooleanSetMutableBooleanSet.intersect(BooleanSet set) Returns the set of all objects that are members of boththisandset.default MutableBooleanSetMutableBooleanSet.newEmpty()Creates a new empty mutable version of the same Set type.MutableBooleanSet.reject(BooleanPredicate predicate) MutableBooleanSet.select(BooleanPredicate predicate) default MutableBooleanSetMutableBooleanSet.symmetricDifference(BooleanSet set) Returns the set of all objects that are a member of exactly one ofthisandset(elements which are in one of the sets, but not in both).default MutableBooleanSetMutableBooleanSet.tap(BooleanProcedure procedure) default MutableBooleanSetMutableBooleanSet.union(BooleanSet set) MutableBooleanSet.with(boolean element) MutableBooleanSet.withAll(BooleanIterable elements) MutableBooleanSet.without(boolean element) MutableBooleanSet.withoutAll(BooleanIterable elements) -
Uses of MutableBooleanSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableBooleanSet -
Uses of MutableBooleanSet in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableBooleanSetModifier and TypeMethodDescriptionBooleanHashBag.selectUnique()SynchronizedBooleanBag.selectUnique()UnmodifiableBooleanBag.selectUnique()BooleanHashBag.toSet() -
Uses of MutableBooleanSet in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableBooleanSet -
Uses of MutableBooleanSet in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableBooleanSet -
Uses of MutableBooleanSet in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableBooleanSet -
Uses of MutableBooleanSet in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return MutableBooleanSet -
Uses of MutableBooleanSet in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableBooleanSetModifier and TypeMethodDescriptionImmutableByteBooleanEmptyMap.toSet()ImmutableByteBooleanHashMap.toSet()ImmutableByteBooleanSingletonMap.toSet()ImmutableCharBooleanEmptyMap.toSet()ImmutableCharBooleanHashMap.toSet()ImmutableCharBooleanSingletonMap.toSet()ImmutableDoubleBooleanEmptyMap.toSet()ImmutableDoubleBooleanHashMap.toSet()ImmutableDoubleBooleanSingletonMap.toSet()ImmutableFloatBooleanEmptyMap.toSet()ImmutableFloatBooleanHashMap.toSet()ImmutableFloatBooleanSingletonMap.toSet()ImmutableIntBooleanEmptyMap.toSet()ImmutableIntBooleanHashMap.toSet()ImmutableIntBooleanSingletonMap.toSet()ImmutableLongBooleanEmptyMap.toSet()ImmutableLongBooleanHashMap.toSet()ImmutableLongBooleanSingletonMap.toSet()ImmutableObjectBooleanEmptyMap.toSet()ImmutableObjectBooleanHashMap.toSet()ImmutableObjectBooleanSingletonMap.toSet()ImmutableShortBooleanEmptyMap.toSet()ImmutableShortBooleanHashMap.toSet()ImmutableShortBooleanSingletonMap.toSet() -
Uses of MutableBooleanSet in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableBooleanSetModifier and TypeMethodDescriptionAbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection.toSet()ObjectBooleanHashMap.toSet()ObjectBooleanHashMap.ValuesCollection.toSet()ObjectBooleanHashMapWithHashingStrategy.toSet()ObjectBooleanHashMapWithHashingStrategy.ValuesCollection.toSet()SynchronizedByteBooleanMap.toSet()SynchronizedCharBooleanMap.toSet()SynchronizedDoubleBooleanMap.toSet()SynchronizedFloatBooleanMap.toSet()SynchronizedIntBooleanMap.toSet()SynchronizedLongBooleanMap.toSet()SynchronizedObjectBooleanMap.toSet()SynchronizedShortBooleanMap.toSet()UnmodifiableByteBooleanMap.toSet()UnmodifiableCharBooleanMap.toSet()UnmodifiableDoubleBooleanMap.toSet()UnmodifiableFloatBooleanMap.toSet()UnmodifiableIntBooleanMap.toSet()UnmodifiableLongBooleanMap.toSet()UnmodifiableObjectBooleanMap.toSet()UnmodifiableShortBooleanMap.toSet() -
Uses of MutableBooleanSet in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableBooleanSet -
Uses of MutableBooleanSet in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return MutableBooleanSet -
Uses of MutableBooleanSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return MutableBooleanSetModifier and TypeMethodDescriptionMultiReaderUnifiedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) MultiReaderUnifiedSet.UntouchableMutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) SynchronizedMutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) UnmodifiableMutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of MutableBooleanSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement MutableBooleanSetModifier and TypeClassDescriptionclassclassA synchronized view of aMutableBooleanSet.classThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Fields in org.eclipse.collections.impl.set.mutable.primitive declared as MutableBooleanSetMethods in org.eclipse.collections.impl.set.mutable.primitive that return MutableBooleanSetModifier and TypeMethodDescriptionBooleanHashSet.asSynchronized()SynchronizedBooleanSet.asSynchronized()UnmodifiableBooleanSet.asSynchronized()BooleanHashSet.asUnmodifiable()SynchronizedBooleanSet.asUnmodifiable()UnmodifiableBooleanSet.asUnmodifiable()MutableBooleanSetFactoryImpl.empty()private MutableBooleanSetSynchronizedBooleanSet.getMutableBooleanSet()private MutableBooleanSetUnmodifiableBooleanSet.getMutableBooleanSet()SynchronizedBooleanSet.newEmpty()UnmodifiableBooleanSet.newEmpty()MutableBooleanSetFactoryImpl.of()MutableBooleanSetFactoryImpl.of(boolean... items) MutableBooleanSetFactoryImpl.ofAll(BooleanIterable items) SynchronizedBooleanSet.reject(BooleanPredicate predicate) UnmodifiableBooleanSet.reject(BooleanPredicate predicate) SynchronizedBooleanSet.select(BooleanPredicate predicate) UnmodifiableBooleanSet.select(BooleanPredicate predicate) BooleanHashSet.toSet()MutableBooleanSetFactoryImpl.with()MutableBooleanSetFactoryImpl.with(boolean... items) MutableBooleanSetFactoryImpl.withAll(BooleanIterable items) Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableBooleanSetModifier and TypeMethodDescriptionstatic SynchronizedBooleanSetSynchronizedBooleanSet.of(MutableBooleanSet set) This method will take a MutableBooleanSet and wrap it directly in a SynchronizedBooleanSet.static SynchronizedBooleanSetSynchronizedBooleanSet.of(MutableBooleanSet set, Object lock) This method will take a MutableBooleanSet and wrap it directly in a SynchronizedBooleanSet.static UnmodifiableBooleanSetUnmodifiableBooleanSet.of(MutableBooleanSet set) This method will take a MutableBooleanSet and wrap it directly in a UnmodifiableBooleanSet.Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableBooleanSetModifierConstructorDescriptionBoxedMutableBooleanSet(MutableBooleanSet delegate) SynchronizedBooleanSet(MutableBooleanSet set, Object newLock) -
Uses of MutableBooleanSet in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableBooleanSet -
Uses of MutableBooleanSet in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableBooleanSet -
Uses of MutableBooleanSet in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableBooleanSet