Uses of Interface
org.eclipse.collections.api.bag.ImmutableBagIterable
Package
Description
This package contains interfaces for Bag API.
This package contains interfaces for SortedBag API.
This package contains interfaces for BiMap API.
This package contains interfaces for
BagMultimap
.This package contains interfaces for
PartitionBag
.This package contains implementations of the
ImmutableBag
interface.-
Uses of ImmutableBagIterable in org.eclipse.collections.api.bag
Modifier and TypeMethodDescription<P> ImmutableBagIterable<T>
ImmutableBagIterable.rejectWith
(Predicate2<? super T, ? super P> predicate, P parameter) ImmutableBagIterable.selectByOccurrences
(IntPredicate predicate) default ImmutableBagIterable<T>
ImmutableBagIterable.selectDuplicates()
<S> ImmutableBagIterable<S>
ImmutableBagIterable.selectInstancesOf
(Class<S> clazz) <P> ImmutableBagIterable<T>
ImmutableBagIterable.selectWith
(Predicate2<? super T, ? super P> predicate, P parameter) Bag.toImmutable()
-
Uses of ImmutableBagIterable in org.eclipse.collections.api.bag.sorted
Modifier and TypeInterfaceDescriptioninterface
ImmutableSortedBag is the non-modifiable equivalent interface toMutableSortedBag
. -
Uses of ImmutableBagIterable in org.eclipse.collections.api.bimap
Modifier and TypeMethodDescription<V1> ImmutableBagIterable<V1>
<V1> ImmutableBagIterable<V1>
<P,
V1> ImmutableBagIterable<V1> ImmutableBiMap.collectWith
(Function2<? super V, ? super P, ? extends V1> function, P parameter) <V1> ImmutableBagIterable<V1>
ImmutableBiMap.flatCollect
(Function<? super V, ? extends Iterable<V1>> function) default <P,
V1> ImmutableBagIterable<V1> ImmutableBiMap.flatCollectWith
(Function2<? super V, ? super P, ? extends Iterable<V1>> function, P parameter) -
Uses of ImmutableBagIterable in org.eclipse.collections.api.multimap.bag
Modifier and TypeMethodDescription -
Uses of ImmutableBagIterable in org.eclipse.collections.api.partition.bag
Modifier and TypeMethodDescriptionPartitionImmutableBagIterable.getRejected()
PartitionImmutableBagIterable.getSelected()
-
Uses of ImmutableBagIterable in org.eclipse.collections.impl.bag.immutable
Modifier and TypeClassDescriptionclass
class
class
class