Uses of Interface
org.eclipse.collections.api.bag.primitive.ImmutableBooleanBag
-
Packages that use ImmutableBooleanBag Package Description 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 This package contains implementations of theImmutableBaginterface.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.bimap.immutable org.eclipse.collections.impl.map.immutable This package contains implementations of theImmutableMapinterface.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces. -
-
Uses of ImmutableBooleanBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ImmutableBooleanBag Modifier and Type Method Description ImmutableBooleanBagImmutableBag. collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of ImmutableBooleanBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableBooleanBag Modifier and Type Method Description ImmutableBooleanBagImmutableBooleanBag. newWith(boolean element)ImmutableBooleanBagImmutableBooleanBag. newWithAll(BooleanIterable elements)ImmutableBooleanBagImmutableBooleanBag. newWithout(boolean element)ImmutableBooleanBagImmutableBooleanBag. newWithoutAll(BooleanIterable elements)ImmutableBooleanBagImmutableBooleanBag. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableBooleanBag. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableBooleanBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default ImmutableBooleanBagImmutableBooleanBag. selectDuplicates()Returns all elements of the bag that have more than one occurrence.default ImmutableBooleanBagImmutableBooleanBag. tap(BooleanProcedure procedure)ImmutableBooleanBagBooleanBag. toImmutable()Returns an immutable copy of this bag.ImmutableBooleanBagMutableBooleanBag. toImmutable()Returns an immutable copy of this bag. -
Uses of ImmutableBooleanBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return ImmutableBooleanBag Modifier and Type Method Description ImmutableBooleanBagImmutableBooleanBagFactory. empty()ImmutableBooleanBagImmutableBooleanBagFactory. of()Same asImmutableBooleanBagFactory.empty().ImmutableBooleanBagImmutableBooleanBagFactory. of(boolean one)ImmutableBooleanBagImmutableBooleanBagFactory. of(boolean... items)ImmutableBooleanBagImmutableBooleanBagFactory. ofAll(java.lang.Iterable<java.lang.Boolean> iterable)ImmutableBooleanBagImmutableBooleanBagFactory. ofAll(BooleanIterable items)ImmutableBooleanBagImmutableBooleanBagFactory. with()Same asImmutableBooleanBagFactory.empty().ImmutableBooleanBagImmutableBooleanBagFactory. with(boolean one)ImmutableBooleanBagImmutableBooleanBagFactory. with(boolean... items)ImmutableBooleanBagImmutableBooleanBagFactory. withAll(java.lang.Iterable<java.lang.Boolean> iterable)ImmutableBooleanBagImmutableBooleanBagFactory. withAll(BooleanIterable items) -
Uses of ImmutableBooleanBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableBooleanBag Modifier and Type Method Description ImmutableBooleanBagImmutableMap. collectBoolean(BooleanFunction<? super V> booleanFunction) -
Uses of ImmutableBooleanBag in org.eclipse.collections.api.map.primitive
-
Uses of ImmutableBooleanBag in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable that return ImmutableBooleanBag Modifier and Type Method Description ImmutableBooleanBagAbstractImmutableBag. collectBoolean(BooleanFunction<? super T> booleanFunction)ImmutableBooleanBagImmutableEmptyBag. collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of ImmutableBooleanBag in org.eclipse.collections.impl.bag.immutable.primitive
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement ImmutableBooleanBag Modifier and Type Class Description (package private) classImmutableBooleanEmptyBagImmutableBooleanEmptyBag is an optimization forImmutableBooleanBagof size 0.(package private) classImmutableBooleanHashBagImmutableBooleanHashBag is the non-modifiable equivalent ofBooleanHashBag.(package private) classImmutableBooleanSingletonBagImmutableBooleanSingletonBag is an optimization forImmutableBooleanBagof size 1.Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as ImmutableBooleanBag Modifier and Type Field Description (package private) static ImmutableBooleanBagImmutableBooleanEmptyBag. INSTANCEMethods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableBooleanBag Modifier and Type Method Description ImmutableBooleanBagImmutableBooleanBagFactoryImpl. empty()ImmutableBooleanBagImmutableBooleanEmptyBag. newWith(boolean element)ImmutableBooleanBagImmutableBooleanHashBag. newWith(boolean element)ImmutableBooleanBagImmutableBooleanSingletonBag. newWith(boolean element)ImmutableBooleanBagImmutableBooleanEmptyBag. newWithAll(BooleanIterable elements)ImmutableBooleanBagImmutableBooleanHashBag. newWithAll(BooleanIterable elements)ImmutableBooleanBagImmutableBooleanSingletonBag. newWithAll(BooleanIterable elements)ImmutableBooleanBagImmutableBooleanEmptyBag. newWithout(boolean element)ImmutableBooleanBagImmutableBooleanHashBag. newWithout(boolean element)ImmutableBooleanBagImmutableBooleanSingletonBag. newWithout(boolean element)ImmutableBooleanBagImmutableBooleanEmptyBag. newWithoutAll(BooleanIterable elements)ImmutableBooleanBagImmutableBooleanHashBag. newWithoutAll(BooleanIterable elements)ImmutableBooleanBagImmutableBooleanSingletonBag. newWithoutAll(BooleanIterable elements)ImmutableBooleanBagImmutableBooleanBagFactoryImpl. of()ImmutableBooleanBagImmutableBooleanBagFactoryImpl. of(boolean one)ImmutableBooleanBagImmutableBooleanBagFactoryImpl. of(boolean... items)ImmutableBooleanBagImmutableBooleanBagFactoryImpl. ofAll(java.lang.Iterable<java.lang.Boolean> iterable)ImmutableBooleanBagImmutableBooleanBagFactoryImpl. ofAll(BooleanIterable items)ImmutableBooleanBagImmutableBooleanEmptyBag. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableBooleanHashBag. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableBooleanSingletonBag. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableBooleanEmptyBag. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableBooleanHashBag. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableBooleanSingletonBag. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableBooleanEmptyBag. selectByOccurrences(IntPredicate predicate)ImmutableBooleanBagImmutableBooleanHashBag. selectByOccurrences(IntPredicate predicate)ImmutableBooleanBagImmutableBooleanSingletonBag. selectByOccurrences(IntPredicate predicate)ImmutableBooleanBagImmutableBooleanEmptyBag. toImmutable()ImmutableBooleanBagImmutableBooleanHashBag. toImmutable()ImmutableBooleanBagImmutableBooleanSingletonBag. toImmutable()ImmutableBooleanBagImmutableBooleanBagFactoryImpl. with()ImmutableBooleanBagImmutableBooleanBagFactoryImpl. with(boolean one)ImmutableBooleanBagImmutableBooleanBagFactoryImpl. with(boolean... items)ImmutableBooleanBagImmutableBooleanBagFactoryImpl. withAll(java.lang.Iterable<java.lang.Boolean> iterable)ImmutableBooleanBagImmutableBooleanBagFactoryImpl. withAll(BooleanIterable items) -
Uses of ImmutableBooleanBag in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return ImmutableBooleanBag Modifier and Type Method Description ImmutableBooleanBagBooleanHashBag. toImmutable()ImmutableBooleanBagSynchronizedBooleanBag. toImmutable()ImmutableBooleanBagUnmodifiableBooleanBag. toImmutable() -
Uses of ImmutableBooleanBag in org.eclipse.collections.impl.bimap.immutable
Methods in org.eclipse.collections.impl.bimap.immutable that return ImmutableBooleanBag Modifier and Type Method Description ImmutableBooleanBagAbstractImmutableBiMap. collectBoolean(BooleanFunction<? super V> booleanFunction) -
Uses of ImmutableBooleanBag in org.eclipse.collections.impl.map.immutable
Methods in org.eclipse.collections.impl.map.immutable that return ImmutableBooleanBag Modifier and Type Method Description ImmutableBooleanBagAbstractImmutableMap. collectBoolean(BooleanFunction<? super V> booleanFunction) -
Uses of ImmutableBooleanBag in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableBooleanBag Modifier and Type Method Description ImmutableBooleanBagImmutableByteObjectEmptyMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableByteObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableByteObjectSingletonMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableCharObjectEmptyMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableCharObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableCharObjectSingletonMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableDoubleObjectEmptyMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableDoubleObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableDoubleObjectSingletonMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableFloatObjectEmptyMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableFloatObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableFloatObjectSingletonMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableIntObjectEmptyMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableIntObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableIntObjectSingletonMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableLongObjectEmptyMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableLongObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableLongObjectSingletonMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableShortObjectEmptyMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableShortObjectHashMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableShortObjectSingletonMap. collectBoolean(BooleanFunction<? super V> booleanFunction)ImmutableBooleanBagImmutableByteBooleanEmptyMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableByteBooleanHashMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableByteBooleanSingletonMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableCharBooleanEmptyMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableCharBooleanHashMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableCharBooleanSingletonMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableDoubleBooleanEmptyMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableDoubleBooleanHashMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableDoubleBooleanSingletonMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableFloatBooleanEmptyMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableFloatBooleanHashMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableFloatBooleanSingletonMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableIntBooleanEmptyMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableIntBooleanHashMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableIntBooleanSingletonMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableLongBooleanEmptyMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableLongBooleanHashMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableLongBooleanSingletonMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableShortBooleanEmptyMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableShortBooleanHashMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableShortBooleanSingletonMap. reject(BooleanPredicate predicate)ImmutableBooleanBagImmutableByteBooleanEmptyMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableByteBooleanHashMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableByteBooleanSingletonMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableCharBooleanEmptyMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableCharBooleanHashMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableCharBooleanSingletonMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableDoubleBooleanEmptyMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableDoubleBooleanHashMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableDoubleBooleanSingletonMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableFloatBooleanEmptyMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableFloatBooleanHashMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableFloatBooleanSingletonMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableIntBooleanEmptyMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableIntBooleanHashMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableIntBooleanSingletonMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableLongBooleanEmptyMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableLongBooleanHashMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableLongBooleanSingletonMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableShortBooleanEmptyMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableShortBooleanHashMap. select(BooleanPredicate predicate)ImmutableBooleanBagImmutableShortBooleanSingletonMap. select(BooleanPredicate predicate)
-