Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableBooleanBag
-
Packages that use MutableBooleanBag Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.factory.bag.primitive org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable This package contains implementations of theMutableBaginterface.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface.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 This package contains implementations of theMutableMapinterface.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.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 MutableBooleanBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagBooleanIterable. toBag()Converts the BooleanIterable to a new MutableBooleanBag. -
Uses of MutableBooleanBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return MutableBooleanBag Modifier and Type Method Description default MutableBooleanBagMutableBag. collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of MutableBooleanBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagMutableBooleanBag. asSynchronized()MutableBooleanBagMutableBooleanBag. asUnmodifiable()default MutableBooleanBagMutableBooleanBag. newEmpty()Creates a new empty mutable version of the same Bag type.MutableBooleanBagMutableBooleanBag. reject(BooleanPredicate predicate)MutableBooleanBagMutableBooleanBag. select(BooleanPredicate predicate)MutableBooleanBagMutableBooleanBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default MutableBooleanBagMutableBooleanBag. selectDuplicates()Returns all elements of the bag that have more than one occurrence.default MutableBooleanBagMutableBooleanBag. tap(BooleanProcedure procedure)MutableBooleanBagMutableBooleanBag. with(boolean element)MutableBooleanBagMutableBooleanBag. withAll(BooleanIterable elements)MutableBooleanBagMutableBooleanBag. without(boolean element)MutableBooleanBagMutableBooleanBag. withoutAll(BooleanIterable elements) -
Uses of MutableBooleanBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagMutableBooleanBagFactory. empty()MutableBooleanBagMutableBooleanBagFactory. of()Same asMutableBooleanBagFactory.empty().MutableBooleanBagMutableBooleanBagFactory. of(boolean... items)MutableBooleanBagMutableBooleanBagFactory. ofAll(java.lang.Iterable<java.lang.Boolean> iterable)MutableBooleanBagMutableBooleanBagFactory. ofAll(BooleanIterable items)MutableBooleanBagMutableBooleanBagFactory. with()Same asMutableBooleanBagFactory.empty().MutableBooleanBagMutableBooleanBagFactory. with(boolean... items)MutableBooleanBagMutableBooleanBagFactory. withAll(java.lang.Iterable<java.lang.Boolean> iterable)MutableBooleanBagMutableBooleanBagFactory. withAll(BooleanIterable items) -
Uses of MutableBooleanBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagMutableMap. collectBoolean(BooleanFunction<? super V> booleanFunction) -
Uses of MutableBooleanBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagMutablePrimitiveObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagMutableBooleanValuesMap. reject(BooleanPredicate predicate)MutableBooleanBagMutableBooleanValuesMap. select(BooleanPredicate predicate) -
Uses of MutableBooleanBag in org.eclipse.collections.impl.bag.immutable.primitive
Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as MutableBooleanBag Modifier and Type Field Description private MutableBooleanBagImmutableBooleanHashBag. delegateMethods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagImmutableBooleanEmptyBag. toBag()MutableBooleanBagImmutableBooleanHashBag. toBag()MutableBooleanBagImmutableBooleanSingletonBag. toBag()Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableBooleanBag Modifier and Type Method Description static ImmutableBooleanHashBagImmutableBooleanHashBag. newBagWith(MutableBooleanBag elements)Constructors in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableBooleanBag Constructor Description ImmutableBooleanHashBag(MutableBooleanBag delegate) -
Uses of MutableBooleanBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagMultiReaderHashBag. collectBoolean(BooleanFunction<? super T> booleanFunction)MutableBooleanBagMultiReaderHashBag.UntouchableMutableBag. collectBoolean(BooleanFunction<? super T> booleanFunction)MutableBooleanBagSynchronizedBag. collectBoolean(BooleanFunction<? super T> booleanFunction)MutableBooleanBagUnmodifiableBag. collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of MutableBooleanBag in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableBooleanBag Modifier and Type Class Description classBooleanHashBagBooleanHashBag is similar toHashBag, and is memory-optimized for boolean primitives.classSynchronizedBooleanBagA synchronized view of aMutableBooleanBag.classUnmodifiableBooleanBagThis file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagBooleanHashBag. asSynchronized()MutableBooleanBagSynchronizedBooleanBag. asSynchronized()MutableBooleanBagUnmodifiableBooleanBag. asSynchronized()MutableBooleanBagBooleanHashBag. asUnmodifiable()MutableBooleanBagSynchronizedBooleanBag. asUnmodifiable()MutableBooleanBagUnmodifiableBooleanBag. asUnmodifiable()MutableBooleanBagMutableBooleanBagFactoryImpl. empty()private MutableBooleanBagSynchronizedBooleanBag. getMutableBooleanBag()private MutableBooleanBagUnmodifiableBooleanBag. getMutableBooleanBag()MutableBooleanBagSynchronizedBooleanBag. newEmpty()MutableBooleanBagUnmodifiableBooleanBag. newEmpty()MutableBooleanBagMutableBooleanBagFactoryImpl. of()MutableBooleanBagMutableBooleanBagFactoryImpl. of(boolean... items)MutableBooleanBagMutableBooleanBagFactoryImpl. ofAll(java.lang.Iterable<java.lang.Boolean> iterable)MutableBooleanBagMutableBooleanBagFactoryImpl. ofAll(BooleanIterable items)MutableBooleanBagBooleanHashBag. reject(BooleanPredicate predicate)MutableBooleanBagSynchronizedBooleanBag. reject(BooleanPredicate predicate)MutableBooleanBagUnmodifiableBooleanBag. reject(BooleanPredicate predicate)MutableBooleanBagBooleanHashBag. select(BooleanPredicate predicate)MutableBooleanBagSynchronizedBooleanBag. select(BooleanPredicate predicate)MutableBooleanBagUnmodifiableBooleanBag. select(BooleanPredicate predicate)MutableBooleanBagBooleanHashBag. selectByOccurrences(IntPredicate predicate)MutableBooleanBagSynchronizedBooleanBag. selectByOccurrences(IntPredicate predicate)MutableBooleanBagUnmodifiableBooleanBag. selectByOccurrences(IntPredicate predicate)MutableBooleanBagBooleanHashBag. toBag()MutableBooleanBagMutableBooleanBagFactoryImpl. with()MutableBooleanBagMutableBooleanBagFactoryImpl. with(boolean... items)MutableBooleanBagMutableBooleanBagFactoryImpl. withAll(java.lang.Iterable<java.lang.Boolean> iterable)MutableBooleanBagMutableBooleanBagFactoryImpl. withAll(BooleanIterable items)Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type MutableBooleanBag Constructor Description SynchronizedBooleanBag(MutableBooleanBag bag)SynchronizedBooleanBag(MutableBooleanBag bag, java.lang.Object newLock)UnmodifiableBooleanBag(MutableBooleanBag bag) -
Uses of MutableBooleanBag in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagAbstractMutableBiMap. collectBoolean(BooleanFunction<? super V> booleanFunction) -
Uses of MutableBooleanBag in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagAbstractSynchronizedBooleanCollection. toBag()MutableBooleanBagAbstractUnmodifiableBooleanCollection. toBag() -
Uses of MutableBooleanBag in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagAbstractLazyBooleanIterable. toBag()MutableBooleanBagCollectBooleanIterable. toBag()MutableBooleanBagLazyBooleanIterableAdapter. toBag()MutableBooleanBagReverseBooleanIterable. toBag()MutableBooleanBagSelectBooleanIterable. toBag() -
Uses of MutableBooleanBag in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagImmutableBooleanArrayList. toBag()MutableBooleanBagImmutableBooleanEmptyList. toBag()MutableBooleanBagImmutableBooleanSingletonList. toBag() -
Uses of MutableBooleanBag in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagBooleanArrayList. toBag() -
Uses of MutableBooleanBag in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagImmutableByteBooleanEmptyMap. toBag()MutableBooleanBagImmutableByteBooleanHashMap. toBag()MutableBooleanBagImmutableByteBooleanSingletonMap. toBag()MutableBooleanBagImmutableCharBooleanEmptyMap. toBag()MutableBooleanBagImmutableCharBooleanHashMap. toBag()MutableBooleanBagImmutableCharBooleanSingletonMap. toBag()MutableBooleanBagImmutableDoubleBooleanEmptyMap. toBag()MutableBooleanBagImmutableDoubleBooleanHashMap. toBag()MutableBooleanBagImmutableDoubleBooleanSingletonMap. toBag()MutableBooleanBagImmutableFloatBooleanEmptyMap. toBag()MutableBooleanBagImmutableFloatBooleanHashMap. toBag()MutableBooleanBagImmutableFloatBooleanSingletonMap. toBag()MutableBooleanBagImmutableIntBooleanEmptyMap. toBag()MutableBooleanBagImmutableIntBooleanHashMap. toBag()MutableBooleanBagImmutableIntBooleanSingletonMap. toBag()MutableBooleanBagImmutableLongBooleanEmptyMap. toBag()MutableBooleanBagImmutableLongBooleanHashMap. toBag()MutableBooleanBagImmutableLongBooleanSingletonMap. toBag()MutableBooleanBagImmutableObjectBooleanEmptyMap. toBag()MutableBooleanBagImmutableObjectBooleanHashMap. toBag()MutableBooleanBagImmutableObjectBooleanSingletonMap. toBag()MutableBooleanBagImmutableShortBooleanEmptyMap. toBag()MutableBooleanBagImmutableShortBooleanHashMap. toBag()MutableBooleanBagImmutableShortBooleanSingletonMap. toBag() -
Uses of MutableBooleanBag in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagAbstractMutableMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagSynchronizedMutableMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagUnmodifiableMutableMap. collectBoolean(BooleanFunction<? super V> booleanFunction) -
Uses of MutableBooleanBag in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagByteObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagCharObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagDoubleObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagFloatObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagIntObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagLongObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagShortObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagSynchronizedByteObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagSynchronizedCharObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagSynchronizedDoubleObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagSynchronizedFloatObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagSynchronizedIntObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagSynchronizedLongObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagSynchronizedShortObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagUnmodifiableByteObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagUnmodifiableCharObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagUnmodifiableDoubleObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagUnmodifiableFloatObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagUnmodifiableIntObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagUnmodifiableLongObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagUnmodifiableShortObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)MutableBooleanBagAbstractMutableBooleanValuesMap. reject(BooleanPredicate predicate)MutableBooleanBagSynchronizedByteBooleanMap. reject(BooleanPredicate predicate)MutableBooleanBagSynchronizedCharBooleanMap. reject(BooleanPredicate predicate)MutableBooleanBagSynchronizedDoubleBooleanMap. reject(BooleanPredicate predicate)MutableBooleanBagSynchronizedFloatBooleanMap. reject(BooleanPredicate predicate)MutableBooleanBagSynchronizedIntBooleanMap. reject(BooleanPredicate predicate)MutableBooleanBagSynchronizedLongBooleanMap. reject(BooleanPredicate predicate)MutableBooleanBagSynchronizedShortBooleanMap. reject(BooleanPredicate predicate)MutableBooleanBagUnmodifiableByteBooleanMap. reject(BooleanPredicate predicate)MutableBooleanBagUnmodifiableCharBooleanMap. reject(BooleanPredicate predicate)MutableBooleanBagUnmodifiableDoubleBooleanMap. reject(BooleanPredicate predicate)MutableBooleanBagUnmodifiableFloatBooleanMap. reject(BooleanPredicate predicate)MutableBooleanBagUnmodifiableIntBooleanMap. reject(BooleanPredicate predicate)MutableBooleanBagUnmodifiableLongBooleanMap. reject(BooleanPredicate predicate)MutableBooleanBagUnmodifiableShortBooleanMap. reject(BooleanPredicate predicate)MutableBooleanBagAbstractMutableBooleanValuesMap. select(BooleanPredicate predicate)MutableBooleanBagSynchronizedByteBooleanMap. select(BooleanPredicate predicate)MutableBooleanBagSynchronizedCharBooleanMap. select(BooleanPredicate predicate)MutableBooleanBagSynchronizedDoubleBooleanMap. select(BooleanPredicate predicate)MutableBooleanBagSynchronizedFloatBooleanMap. select(BooleanPredicate predicate)MutableBooleanBagSynchronizedIntBooleanMap. select(BooleanPredicate predicate)MutableBooleanBagSynchronizedLongBooleanMap. select(BooleanPredicate predicate)MutableBooleanBagSynchronizedShortBooleanMap. select(BooleanPredicate predicate)MutableBooleanBagUnmodifiableByteBooleanMap. select(BooleanPredicate predicate)MutableBooleanBagUnmodifiableCharBooleanMap. select(BooleanPredicate predicate)MutableBooleanBagUnmodifiableDoubleBooleanMap. select(BooleanPredicate predicate)MutableBooleanBagUnmodifiableFloatBooleanMap. select(BooleanPredicate predicate)MutableBooleanBagUnmodifiableIntBooleanMap. select(BooleanPredicate predicate)MutableBooleanBagUnmodifiableLongBooleanMap. select(BooleanPredicate predicate)MutableBooleanBagUnmodifiableShortBooleanMap. select(BooleanPredicate predicate)MutableBooleanBagAbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection. toBag()MutableBooleanBagObjectBooleanHashMap. toBag()MutableBooleanBagObjectBooleanHashMap.ValuesCollection. toBag()MutableBooleanBagObjectBooleanHashMapWithHashingStrategy. toBag()MutableBooleanBagObjectBooleanHashMapWithHashingStrategy.ValuesCollection. toBag()MutableBooleanBagSynchronizedByteBooleanMap. toBag()MutableBooleanBagSynchronizedCharBooleanMap. toBag()MutableBooleanBagSynchronizedDoubleBooleanMap. toBag()MutableBooleanBagSynchronizedFloatBooleanMap. toBag()MutableBooleanBagSynchronizedIntBooleanMap. toBag()MutableBooleanBagSynchronizedLongBooleanMap. toBag()MutableBooleanBagSynchronizedObjectBooleanMap. toBag()MutableBooleanBagSynchronizedShortBooleanMap. toBag()MutableBooleanBagUnmodifiableByteBooleanMap. toBag()MutableBooleanBagUnmodifiableCharBooleanMap. toBag()MutableBooleanBagUnmodifiableDoubleBooleanMap. toBag()MutableBooleanBagUnmodifiableFloatBooleanMap. toBag()MutableBooleanBagUnmodifiableIntBooleanMap. toBag()MutableBooleanBagUnmodifiableLongBooleanMap. toBag()MutableBooleanBagUnmodifiableObjectBooleanMap. toBag()MutableBooleanBagUnmodifiableShortBooleanMap. toBag() -
Uses of MutableBooleanBag in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagAbstractBooleanIterable. toBag()MutableBooleanBagSynchronizedBooleanIterable. toBag() -
Uses of MutableBooleanBag in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagImmutableBooleanEmptySet. toBag()MutableBooleanBagImmutableFalseSet. toBag()MutableBooleanBagImmutableTrueFalseSet. toBag()MutableBooleanBagImmutableTrueSet. toBag() -
Uses of MutableBooleanBag in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagBooleanHashSet. toBag() -
Uses of MutableBooleanBag in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagImmutableBooleanEmptyStack. toBag()MutableBooleanBagImmutableBooleanSingletonStack. toBag() -
Uses of MutableBooleanBag in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagSynchronizedBooleanStack. toBag()MutableBooleanBagUnmodifiableBooleanStack. toBag() -
Uses of MutableBooleanBag in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBagAbstractBooleanStack. toBag()
-