Uses of Interface
org.eclipse.collections.api.set.primitive.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 | |
| org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| 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.mutable.primitive |
This package contains implementations of the mutable primitive list 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 | |
| org.eclipse.collections.impl.set.mutable |
This package package contains implementations of
MutableSet. |
| org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set 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(Iterable<Boolean> iterable)MutableBooleanSetMutableBooleanSetFactory. ofAll(BooleanIterable items)MutableBooleanSetMutableBooleanSetFactory. with()Same asMutableBooleanSetFactory.empty().MutableBooleanSetMutableBooleanSetFactory. with(boolean... items)MutableBooleanSetMutableBooleanSetFactory. withAll(Iterable<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 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. newEmpty()Creates a new empty mutable version of the same Set type.MutableBooleanSetMutableBooleanSet. reject(BooleanPredicate predicate)MutableBooleanSetMutableBooleanSet. select(BooleanPredicate predicate)default MutableBooleanSetMutableBooleanSet. tap(BooleanProcedure procedure)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.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.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.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableBooleanSet Modifier and Type Method Description MutableBooleanSetObjectBooleanHashMap. toSet()MutableBooleanSetObjectBooleanHashMapWithHashingStrategy. 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
Methods in org.eclipse.collections.impl.set that return MutableBooleanSet Modifier and Type Method Description MutableBooleanSetAbstractUnifiedSet. collectBoolean(BooleanFunction<? super T> booleanFunction) -
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 MutableBooleanSetAbstractMutableSet. collectBoolean(BooleanFunction<? super T> booleanFunction)MutableBooleanSetMultiReaderUnifiedSet. collectBoolean(BooleanFunction<? super T> booleanFunction)MutableBooleanSetSetAdapter. 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.Methods 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()MutableBooleanSetSynchronizedBooleanSet. newEmpty()MutableBooleanSetUnmodifiableBooleanSet. newEmpty()MutableBooleanSetMutableBooleanSetFactoryImpl. of()MutableBooleanSetMutableBooleanSetFactoryImpl. of(boolean... items)MutableBooleanSetMutableBooleanSetFactoryImpl. ofAll(Iterable<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(Iterable<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, 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 SynchronizedBooleanSet(MutableBooleanSet set)SynchronizedBooleanSet(MutableBooleanSet set, Object newLock)UnmodifiableBooleanSet(MutableBooleanSet set) -
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()