Uses of Interface
org.eclipse.collections.api.bag.primitive.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 of
Map |
org.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.mutable |
This package contains implementations of the
MutableBag interface. |
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 |
This package contains implementations of the
MutableMap interface. |
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.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 MutableBooleanBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableBooleanBag Modifier and Type Method Description MutableBooleanBag
BooleanIterable. 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 MutableBooleanBag
MutableBag. 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 MutableBooleanBag
MutableBooleanBag. asSynchronized()
MutableBooleanBag
MutableBooleanBag. asUnmodifiable()
default MutableBooleanBag
MutableBooleanBag. newEmpty()
Creates a new empty mutable version of the same Bag type.MutableBooleanBag
MutableBooleanBag. reject(BooleanPredicate predicate)
MutableBooleanBag
MutableBooleanBag. select(BooleanPredicate predicate)
MutableBooleanBag
MutableBooleanBag. selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default MutableBooleanBag
MutableBooleanBag. selectDuplicates()
Returns all elements of the bag that have more than one occurrence.default MutableBooleanBag
MutableBooleanBag. tap(BooleanProcedure procedure)
MutableBooleanBag
MutableBooleanBag. with(boolean element)
MutableBooleanBag
MutableBooleanBag. withAll(BooleanIterable elements)
MutableBooleanBag
MutableBooleanBag. without(boolean element)
MutableBooleanBag
MutableBooleanBag. 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 MutableBooleanBag
MutableBooleanBagFactory. empty()
MutableBooleanBag
MutableBooleanBagFactory. of()
Same asMutableBooleanBagFactory.empty()
.MutableBooleanBag
MutableBooleanBagFactory. of(boolean... items)
MutableBooleanBag
MutableBooleanBagFactory. ofAll(Iterable<Boolean> iterable)
MutableBooleanBag
MutableBooleanBagFactory. ofAll(BooleanIterable items)
MutableBooleanBag
MutableBooleanBagFactory. with()
Same asMutableBooleanBagFactory.empty()
.MutableBooleanBag
MutableBooleanBagFactory. with(boolean... items)
MutableBooleanBag
MutableBooleanBagFactory. withAll(Iterable<Boolean> iterable)
MutableBooleanBag
MutableBooleanBagFactory. 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 MutableBooleanBag
MutableMap. 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 MutableBooleanBag
MutablePrimitiveObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
MutableBooleanValuesMap. reject(BooleanPredicate predicate)
MutableBooleanBag
MutableBooleanValuesMap. select(BooleanPredicate predicate)
-
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 MutableBooleanBag
AbstractMutableBag. collectBoolean(BooleanFunction<? super T> booleanFunction)
MutableBooleanBag
MultiReaderHashBag. collectBoolean(BooleanFunction<? super T> booleanFunction)
MutableBooleanBag
SynchronizedBag. collectBoolean(BooleanFunction<? super T> booleanFunction)
MutableBooleanBag
UnmodifiableBag. 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 class
BooleanHashBag
BooleanHashBag is similar toHashBag
, and is memory-optimized for boolean primitives.class
SynchronizedBooleanBag
A synchronized view of aMutableBooleanBag
.class
UnmodifiableBooleanBag
This 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 MutableBooleanBag
BooleanHashBag. asSynchronized()
MutableBooleanBag
SynchronizedBooleanBag. asSynchronized()
MutableBooleanBag
UnmodifiableBooleanBag. asSynchronized()
MutableBooleanBag
BooleanHashBag. asUnmodifiable()
MutableBooleanBag
SynchronizedBooleanBag. asUnmodifiable()
MutableBooleanBag
UnmodifiableBooleanBag. asUnmodifiable()
MutableBooleanBag
MutableBooleanBagFactoryImpl. empty()
MutableBooleanBag
SynchronizedBooleanBag. newEmpty()
MutableBooleanBag
UnmodifiableBooleanBag. newEmpty()
MutableBooleanBag
MutableBooleanBagFactoryImpl. of()
MutableBooleanBag
MutableBooleanBagFactoryImpl. of(boolean... items)
MutableBooleanBag
MutableBooleanBagFactoryImpl. ofAll(Iterable<Boolean> iterable)
MutableBooleanBag
MutableBooleanBagFactoryImpl. ofAll(BooleanIterable items)
MutableBooleanBag
BooleanHashBag. reject(BooleanPredicate predicate)
MutableBooleanBag
SynchronizedBooleanBag. reject(BooleanPredicate predicate)
MutableBooleanBag
UnmodifiableBooleanBag. reject(BooleanPredicate predicate)
MutableBooleanBag
BooleanHashBag. select(BooleanPredicate predicate)
MutableBooleanBag
SynchronizedBooleanBag. select(BooleanPredicate predicate)
MutableBooleanBag
UnmodifiableBooleanBag. select(BooleanPredicate predicate)
MutableBooleanBag
BooleanHashBag. selectByOccurrences(IntPredicate predicate)
MutableBooleanBag
SynchronizedBooleanBag. selectByOccurrences(IntPredicate predicate)
MutableBooleanBag
UnmodifiableBooleanBag. selectByOccurrences(IntPredicate predicate)
MutableBooleanBag
BooleanHashBag. toBag()
MutableBooleanBag
MutableBooleanBagFactoryImpl. with()
MutableBooleanBag
MutableBooleanBagFactoryImpl. with(boolean... items)
MutableBooleanBag
MutableBooleanBagFactoryImpl. withAll(Iterable<Boolean> iterable)
MutableBooleanBag
MutableBooleanBagFactoryImpl. 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, Object newLock)
UnmodifiableBooleanBag(MutableBooleanBag bag)
-
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 MutableBooleanBag
AbstractSynchronizedBooleanCollection. toBag()
MutableBooleanBag
AbstractUnmodifiableBooleanCollection. 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 MutableBooleanBag
AbstractLazyBooleanIterable. toBag()
MutableBooleanBag
CollectBooleanIterable. toBag()
MutableBooleanBag
LazyBooleanIterableAdapter. toBag()
MutableBooleanBag
ReverseBooleanIterable. toBag()
MutableBooleanBag
SelectBooleanIterable. 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 MutableBooleanBag
BooleanArrayList. 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 MutableBooleanBag
AbstractMutableMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
SynchronizedMutableMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
UnmodifiableMutableMap. 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 MutableBooleanBag
ByteObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
CharObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
DoubleObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
FloatObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
IntObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
LongObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
ShortObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
SynchronizedByteObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
SynchronizedCharObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
SynchronizedDoubleObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
SynchronizedFloatObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
SynchronizedIntObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
SynchronizedLongObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
SynchronizedShortObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
UnmodifiableByteObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
UnmodifiableCharObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
UnmodifiableDoubleObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
UnmodifiableFloatObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
UnmodifiableIntObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
UnmodifiableLongObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
UnmodifiableShortObjectMap. collectBoolean(BooleanFunction<? super V> booleanFunction)
MutableBooleanBag
AbstractMutableBooleanValuesMap. reject(BooleanPredicate predicate)
MutableBooleanBag
SynchronizedByteBooleanMap. reject(BooleanPredicate predicate)
MutableBooleanBag
SynchronizedCharBooleanMap. reject(BooleanPredicate predicate)
MutableBooleanBag
SynchronizedDoubleBooleanMap. reject(BooleanPredicate predicate)
MutableBooleanBag
SynchronizedFloatBooleanMap. reject(BooleanPredicate predicate)
MutableBooleanBag
SynchronizedIntBooleanMap. reject(BooleanPredicate predicate)
MutableBooleanBag
SynchronizedLongBooleanMap. reject(BooleanPredicate predicate)
MutableBooleanBag
SynchronizedShortBooleanMap. reject(BooleanPredicate predicate)
MutableBooleanBag
UnmodifiableByteBooleanMap. reject(BooleanPredicate predicate)
MutableBooleanBag
UnmodifiableCharBooleanMap. reject(BooleanPredicate predicate)
MutableBooleanBag
UnmodifiableDoubleBooleanMap. reject(BooleanPredicate predicate)
MutableBooleanBag
UnmodifiableFloatBooleanMap. reject(BooleanPredicate predicate)
MutableBooleanBag
UnmodifiableIntBooleanMap. reject(BooleanPredicate predicate)
MutableBooleanBag
UnmodifiableLongBooleanMap. reject(BooleanPredicate predicate)
MutableBooleanBag
UnmodifiableShortBooleanMap. reject(BooleanPredicate predicate)
MutableBooleanBag
AbstractMutableBooleanValuesMap. select(BooleanPredicate predicate)
MutableBooleanBag
SynchronizedByteBooleanMap. select(BooleanPredicate predicate)
MutableBooleanBag
SynchronizedCharBooleanMap. select(BooleanPredicate predicate)
MutableBooleanBag
SynchronizedDoubleBooleanMap. select(BooleanPredicate predicate)
MutableBooleanBag
SynchronizedFloatBooleanMap. select(BooleanPredicate predicate)
MutableBooleanBag
SynchronizedIntBooleanMap. select(BooleanPredicate predicate)
MutableBooleanBag
SynchronizedLongBooleanMap. select(BooleanPredicate predicate)
MutableBooleanBag
SynchronizedShortBooleanMap. select(BooleanPredicate predicate)
MutableBooleanBag
UnmodifiableByteBooleanMap. select(BooleanPredicate predicate)
MutableBooleanBag
UnmodifiableCharBooleanMap. select(BooleanPredicate predicate)
MutableBooleanBag
UnmodifiableDoubleBooleanMap. select(BooleanPredicate predicate)
MutableBooleanBag
UnmodifiableFloatBooleanMap. select(BooleanPredicate predicate)
MutableBooleanBag
UnmodifiableIntBooleanMap. select(BooleanPredicate predicate)
MutableBooleanBag
UnmodifiableLongBooleanMap. select(BooleanPredicate predicate)
MutableBooleanBag
UnmodifiableShortBooleanMap. select(BooleanPredicate predicate)
MutableBooleanBag
ObjectBooleanHashMap. toBag()
MutableBooleanBag
ObjectBooleanHashMapWithHashingStrategy. toBag()
MutableBooleanBag
SynchronizedByteBooleanMap. toBag()
MutableBooleanBag
SynchronizedCharBooleanMap. toBag()
MutableBooleanBag
SynchronizedDoubleBooleanMap. toBag()
MutableBooleanBag
SynchronizedFloatBooleanMap. toBag()
MutableBooleanBag
SynchronizedIntBooleanMap. toBag()
MutableBooleanBag
SynchronizedLongBooleanMap. toBag()
MutableBooleanBag
SynchronizedObjectBooleanMap. toBag()
MutableBooleanBag
SynchronizedShortBooleanMap. toBag()
MutableBooleanBag
UnmodifiableByteBooleanMap. toBag()
MutableBooleanBag
UnmodifiableCharBooleanMap. toBag()
MutableBooleanBag
UnmodifiableDoubleBooleanMap. toBag()
MutableBooleanBag
UnmodifiableFloatBooleanMap. toBag()
MutableBooleanBag
UnmodifiableIntBooleanMap. toBag()
MutableBooleanBag
UnmodifiableLongBooleanMap. toBag()
MutableBooleanBag
UnmodifiableObjectBooleanMap. toBag()
MutableBooleanBag
UnmodifiableShortBooleanMap. 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 MutableBooleanBag
AbstractBooleanIterable. toBag()
MutableBooleanBag
SynchronizedBooleanIterable. 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 MutableBooleanBag
BooleanHashSet. 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 MutableBooleanBag
SynchronizedBooleanStack. toBag()
MutableBooleanBag
UnmodifiableBooleanStack. 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 MutableBooleanBag
AbstractBooleanStack. toBag()