Uses of Interface
org.eclipse.collections.api.set.primitive.MutableBooleanSet
-
Packages that use MutableBooleanSet Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.factory.set.primitive This package contains factory API for creating primitive set instances.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet.org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.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.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive -
-
Uses of MutableBooleanSet in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableBooleanSet Modifier and Type Method Description MutableBooleanSetBooleanIterable. 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 MutableBooleanSet Modifier and Type Method Description MutableBooleanSetMutableBooleanBag. 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 MutableBooleanSet Modifier and Type Method Description MutableBooleanSetMutableBooleanSetFactory. empty()MutableBooleanSetMutableBooleanSetFactory. of()Same asMutableBooleanSetFactory.empty().MutableBooleanSetMutableBooleanSetFactory. of(boolean... items)MutableBooleanSetMutableBooleanSetFactory. ofAll(java.lang.Iterable<java.lang.Boolean> iterable)MutableBooleanSetMutableBooleanSetFactory. ofAll(BooleanIterable items)MutableBooleanSetMutableBooleanSetFactory. with()Same asMutableBooleanSetFactory.empty().MutableBooleanSetMutableBooleanSetFactory. with(boolean... items)MutableBooleanSetMutableBooleanSetFactory. withAll(java.lang.Iterable<java.lang.Boolean> iterable)MutableBooleanSetMutableBooleanSetFactory. withAll(BooleanIterable items) -
Uses of MutableBooleanSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return MutableBooleanSet Modifier and Type Method Description default 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 MutableBooleanSet Modifier and Type Method Description MutableBooleanSetMutableBooleanSet. asSynchronized()MutableBooleanSetMutableBooleanSet. 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.MutableBooleanSetMutableBooleanSet. reject(BooleanPredicate predicate)MutableBooleanSetMutableBooleanSet. 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)MutableBooleanSetMutableBooleanSet. with(boolean element)MutableBooleanSetMutableBooleanSet. withAll(BooleanIterable elements)MutableBooleanSetMutableBooleanSet. without(boolean element)MutableBooleanSetMutableBooleanSet. 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 Modifier and Type Method Description MutableBooleanSetImmutableBooleanEmptyBag. toSet()MutableBooleanSetImmutableBooleanHashBag. toSet()MutableBooleanSetImmutableBooleanSingletonBag. toSet() -
Uses of MutableBooleanSet in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableBooleanSet Modifier and Type Method Description MutableBooleanSetBooleanHashBag. selectUnique()MutableBooleanSetSynchronizedBooleanBag. selectUnique()MutableBooleanSetUnmodifiableBooleanBag. selectUnique()MutableBooleanSetBooleanHashBag. toSet() -
Uses of MutableBooleanSet in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableBooleanSet Modifier and Type Method Description MutableBooleanSetAbstractSynchronizedBooleanCollection. toSet()MutableBooleanSetAbstractUnmodifiableBooleanCollection. toSet() -
Uses of MutableBooleanSet in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableBooleanSet Modifier and Type Method Description MutableBooleanSetAbstractLazyBooleanIterable. toSet()MutableBooleanSetCollectBooleanIterable. toSet()MutableBooleanSetLazyBooleanIterableAdapter. toSet()MutableBooleanSetReverseBooleanIterable. toSet()MutableBooleanSetSelectBooleanIterable. toSet() -
Uses of MutableBooleanSet in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableBooleanSet Modifier and Type Method Description MutableBooleanSetImmutableBooleanArrayList. toSet()MutableBooleanSetImmutableBooleanEmptyList. toSet()MutableBooleanSetImmutableBooleanSingletonList. toSet() -
Uses of MutableBooleanSet in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return MutableBooleanSet Modifier and Type Method Description MutableBooleanSetBooleanArrayList. toSet() -
Uses of MutableBooleanSet in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableBooleanSet Modifier and Type Method Description MutableBooleanSetImmutableByteBooleanEmptyMap. toSet()MutableBooleanSetImmutableByteBooleanHashMap. toSet()MutableBooleanSetImmutableByteBooleanSingletonMap. toSet()MutableBooleanSetImmutableCharBooleanEmptyMap. toSet()MutableBooleanSetImmutableCharBooleanHashMap. toSet()MutableBooleanSetImmutableCharBooleanSingletonMap. toSet()MutableBooleanSetImmutableDoubleBooleanEmptyMap. toSet()MutableBooleanSetImmutableDoubleBooleanHashMap. toSet()MutableBooleanSetImmutableDoubleBooleanSingletonMap. toSet()MutableBooleanSetImmutableFloatBooleanEmptyMap. toSet()MutableBooleanSetImmutableFloatBooleanHashMap. toSet()MutableBooleanSetImmutableFloatBooleanSingletonMap. toSet()MutableBooleanSetImmutableIntBooleanEmptyMap. toSet()MutableBooleanSetImmutableIntBooleanHashMap. toSet()MutableBooleanSetImmutableIntBooleanSingletonMap. toSet()MutableBooleanSetImmutableLongBooleanEmptyMap. toSet()MutableBooleanSetImmutableLongBooleanHashMap. toSet()MutableBooleanSetImmutableLongBooleanSingletonMap. toSet()MutableBooleanSetImmutableObjectBooleanEmptyMap. toSet()MutableBooleanSetImmutableObjectBooleanHashMap. toSet()MutableBooleanSetImmutableObjectBooleanSingletonMap. toSet()MutableBooleanSetImmutableShortBooleanEmptyMap. toSet()MutableBooleanSetImmutableShortBooleanHashMap. toSet()MutableBooleanSetImmutableShortBooleanSingletonMap. toSet() -
Uses of MutableBooleanSet in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableBooleanSet Modifier and Type Method Description MutableBooleanSetAbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection. toSet()MutableBooleanSetObjectBooleanHashMap. toSet()MutableBooleanSetObjectBooleanHashMap.ValuesCollection. toSet()MutableBooleanSetObjectBooleanHashMapWithHashingStrategy. toSet()MutableBooleanSetObjectBooleanHashMapWithHashingStrategy.ValuesCollection. toSet()MutableBooleanSetSynchronizedByteBooleanMap. toSet()MutableBooleanSetSynchronizedCharBooleanMap. toSet()MutableBooleanSetSynchronizedDoubleBooleanMap. toSet()MutableBooleanSetSynchronizedFloatBooleanMap. toSet()MutableBooleanSetSynchronizedIntBooleanMap. toSet()MutableBooleanSetSynchronizedLongBooleanMap. toSet()MutableBooleanSetSynchronizedObjectBooleanMap. toSet()MutableBooleanSetSynchronizedShortBooleanMap. toSet()MutableBooleanSetUnmodifiableByteBooleanMap. toSet()MutableBooleanSetUnmodifiableCharBooleanMap. toSet()MutableBooleanSetUnmodifiableDoubleBooleanMap. toSet()MutableBooleanSetUnmodifiableFloatBooleanMap. toSet()MutableBooleanSetUnmodifiableIntBooleanMap. toSet()MutableBooleanSetUnmodifiableLongBooleanMap. toSet()MutableBooleanSetUnmodifiableObjectBooleanMap. toSet()MutableBooleanSetUnmodifiableShortBooleanMap. toSet() -
Uses of MutableBooleanSet in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableBooleanSet Modifier and Type Method Description MutableBooleanSetAbstractBooleanIterable. toSet()MutableBooleanSetSynchronizedBooleanIterable. toSet() -
Uses of MutableBooleanSet in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return MutableBooleanSet Modifier and Type Method Description MutableBooleanSetImmutableBooleanEmptySet. toSet()MutableBooleanSetImmutableFalseSet. toSet()MutableBooleanSetImmutableTrueFalseSet. toSet()MutableBooleanSetImmutableTrueSet. toSet() -
Uses of MutableBooleanSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return MutableBooleanSet Modifier and Type Method Description MutableBooleanSetMultiReaderUnifiedSet. collectBoolean(BooleanFunction<? super T> booleanFunction)MutableBooleanSetMultiReaderUnifiedSet.UntouchableMutableSet. collectBoolean(BooleanFunction<? super T> booleanFunction)MutableBooleanSetSynchronizedMutableSet. collectBoolean(BooleanFunction<? super T> booleanFunction)MutableBooleanSetUnmodifiableMutableSet. 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 MutableBooleanSet Modifier and Type Class Description classBooleanHashSetclassSynchronizedBooleanSetA synchronized view of aMutableBooleanSet.classUnmodifiableBooleanSetThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Fields in org.eclipse.collections.impl.set.mutable.primitive declared as MutableBooleanSet Modifier and Type Field Description private MutableBooleanSetBoxedMutableBooleanSet. delegateMethods in org.eclipse.collections.impl.set.mutable.primitive that return MutableBooleanSet Modifier and Type Method Description MutableBooleanSetBooleanHashSet. asSynchronized()MutableBooleanSetSynchronizedBooleanSet. asSynchronized()MutableBooleanSetUnmodifiableBooleanSet. asSynchronized()MutableBooleanSetBooleanHashSet. asUnmodifiable()MutableBooleanSetSynchronizedBooleanSet. asUnmodifiable()MutableBooleanSetUnmodifiableBooleanSet. asUnmodifiable()MutableBooleanSetMutableBooleanSetFactoryImpl. empty()private MutableBooleanSetSynchronizedBooleanSet. getMutableBooleanSet()private MutableBooleanSetUnmodifiableBooleanSet. getMutableBooleanSet()MutableBooleanSetSynchronizedBooleanSet. newEmpty()MutableBooleanSetUnmodifiableBooleanSet. newEmpty()MutableBooleanSetMutableBooleanSetFactoryImpl. of()MutableBooleanSetMutableBooleanSetFactoryImpl. of(boolean... items)MutableBooleanSetMutableBooleanSetFactoryImpl. ofAll(java.lang.Iterable<java.lang.Boolean> iterable)MutableBooleanSetMutableBooleanSetFactoryImpl. ofAll(BooleanIterable items)MutableBooleanSetSynchronizedBooleanSet. reject(BooleanPredicate predicate)MutableBooleanSetUnmodifiableBooleanSet. reject(BooleanPredicate predicate)MutableBooleanSetSynchronizedBooleanSet. select(BooleanPredicate predicate)MutableBooleanSetUnmodifiableBooleanSet. select(BooleanPredicate predicate)MutableBooleanSetBooleanHashSet. toSet()MutableBooleanSetMutableBooleanSetFactoryImpl. with()MutableBooleanSetMutableBooleanSetFactoryImpl. with(boolean... items)MutableBooleanSetMutableBooleanSetFactoryImpl. withAll(java.lang.Iterable<java.lang.Boolean> iterable)MutableBooleanSetMutableBooleanSetFactoryImpl. withAll(BooleanIterable items)Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableBooleanSet Modifier and Type Method Description static SynchronizedBooleanSetSynchronizedBooleanSet. of(MutableBooleanSet set)This method will take a MutableBooleanSet and wrap it directly in a SynchronizedBooleanSet.static SynchronizedBooleanSetSynchronizedBooleanSet. of(MutableBooleanSet set, java.lang.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 MutableBooleanSet Constructor Description BoxedMutableBooleanSet(MutableBooleanSet delegate)SynchronizedBooleanSet(MutableBooleanSet set)SynchronizedBooleanSet(MutableBooleanSet set, java.lang.Object newLock)UnmodifiableBooleanSet(MutableBooleanSet set) -
Uses of MutableBooleanSet in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableBooleanSet Modifier and Type Method Description MutableBooleanSetImmutableBooleanEmptyStack. toSet()MutableBooleanSetImmutableBooleanSingletonStack. toSet() -
Uses of MutableBooleanSet in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableBooleanSet Modifier and Type Method Description MutableBooleanSetSynchronizedBooleanStack. toSet()MutableBooleanSetUnmodifiableBooleanStack. toSet() -
Uses of MutableBooleanSet in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableBooleanSet Modifier and Type Method Description MutableBooleanSetAbstractBooleanStack. toSet()
-