Uses of Interface
org.eclipse.collections.api.bag.primitive.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 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.immutable |
This package contains implementations of the
ImmutableBag interface. |
| 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 the
ImmutableMap interface. |
-
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(Iterable<Boolean> iterable)ImmutableBooleanBagImmutableBooleanBagFactory. ofAll(BooleanIterable items)ImmutableBooleanBagImmutableBooleanBagFactory. with()Same asImmutableBooleanBagFactory.empty().ImmutableBooleanBagImmutableBooleanBagFactory. with(boolean one)ImmutableBooleanBagImmutableBooleanBagFactory. with(boolean... items)ImmutableBooleanBagImmutableBooleanBagFactory. withAll(Iterable<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) -
Uses of ImmutableBooleanBag in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableBooleanBag Modifier and Type Method Description ImmutableBooleanBagImmutableBooleanBagFactoryImpl. empty()ImmutableBooleanBagImmutableBooleanBagFactoryImpl. of()ImmutableBooleanBagImmutableBooleanBagFactoryImpl. of(boolean one)ImmutableBooleanBagImmutableBooleanBagFactoryImpl. of(boolean... items)ImmutableBooleanBagImmutableBooleanBagFactoryImpl. ofAll(Iterable<Boolean> iterable)ImmutableBooleanBagImmutableBooleanBagFactoryImpl. ofAll(BooleanIterable items)ImmutableBooleanBagImmutableBooleanBagFactoryImpl. with()ImmutableBooleanBagImmutableBooleanBagFactoryImpl. with(boolean one)ImmutableBooleanBagImmutableBooleanBagFactoryImpl. with(boolean... items)ImmutableBooleanBagImmutableBooleanBagFactoryImpl. withAll(Iterable<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)