Uses of Interface
org.eclipse.collections.api.partition.bag.PartitionMutableBag
-
Packages that use PartitionMutableBag Package Description org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMap
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 theMutableBag
interface.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMap
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.partition.bag This package contains implementations of thePartitionBag
interface. -
-
Uses of PartitionMutableBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return PartitionMutableBag Modifier and Type Method Description PartitionMutableBag<T>
MutableBag. partition(Predicate<? super T> predicate)
<P> PartitionMutableBag<T>
MutableBag. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
-
Uses of PartitionMutableBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return PartitionMutableBag Modifier and Type Method Description PartitionMutableBag<V>
MutableMap. partition(Predicate<? super V> predicate)
<P> PartitionMutableBag<V>
MutableMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
-
Uses of PartitionMutableBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return PartitionMutableBag Modifier and Type Method Description PartitionMutableBag<V>
MutablePrimitiveObjectMap. partition(Predicate<? super V> predicate)
<P> PartitionMutableBag<V>
MutablePrimitiveObjectMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
-
Uses of PartitionMutableBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return PartitionMutableBag Modifier and Type Method Description PartitionMutableBag<T>
AbstractMutableBag. partition(Predicate<? super T> predicate)
PartitionMutableBag<T>
MultiReaderHashBag. partition(Predicate<? super T> predicate)
PartitionMutableBag<T>
MultiReaderHashBag.UntouchableMutableBag. partition(Predicate<? super T> predicate)
PartitionMutableBag<T>
SynchronizedBag. partition(Predicate<? super T> predicate)
PartitionMutableBag<T>
UnmodifiableBag. partition(Predicate<? super T> predicate)
<P> PartitionMutableBag<T>
AbstractMutableBag. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
<P> PartitionMutableBag<T>
MultiReaderHashBag. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
<P> PartitionMutableBag<T>
MultiReaderHashBag.UntouchableMutableBag. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
<P> PartitionMutableBag<T>
SynchronizedBag. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
<P> PartitionMutableBag<T>
UnmodifiableBag. partitionWith(Predicate2<? super T,? super P> predicate, P parameter)
-
Uses of PartitionMutableBag in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return PartitionMutableBag Modifier and Type Method Description PartitionMutableBag<V>
AbstractMutableMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
SynchronizedMutableMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
UnmodifiableMutableMap. partition(Predicate<? super V> predicate)
<P> PartitionMutableBag<V>
AbstractMutableMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
SynchronizedMutableMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
UnmodifiableMutableMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
-
Uses of PartitionMutableBag in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return PartitionMutableBag Modifier and Type Method Description PartitionMutableBag<V>
ByteObjectHashMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
CharObjectHashMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
DoubleObjectHashMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
FloatObjectHashMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
IntObjectHashMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
LongObjectHashMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
ShortObjectHashMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
SynchronizedByteObjectMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
SynchronizedCharObjectMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
SynchronizedDoubleObjectMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
SynchronizedFloatObjectMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
SynchronizedIntObjectMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
SynchronizedLongObjectMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
SynchronizedShortObjectMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
UnmodifiableByteObjectMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
UnmodifiableCharObjectMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
UnmodifiableDoubleObjectMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
UnmodifiableFloatObjectMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
UnmodifiableIntObjectMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
UnmodifiableLongObjectMap. partition(Predicate<? super V> predicate)
PartitionMutableBag<V>
UnmodifiableShortObjectMap. partition(Predicate<? super V> predicate)
<P> PartitionMutableBag<V>
ByteObjectHashMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
CharObjectHashMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
DoubleObjectHashMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
FloatObjectHashMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
IntObjectHashMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
LongObjectHashMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
ShortObjectHashMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
SynchronizedByteObjectMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
SynchronizedCharObjectMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
SynchronizedDoubleObjectMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
SynchronizedFloatObjectMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
SynchronizedIntObjectMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
SynchronizedLongObjectMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
SynchronizedShortObjectMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
UnmodifiableByteObjectMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
UnmodifiableCharObjectMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
UnmodifiableDoubleObjectMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
UnmodifiableFloatObjectMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
UnmodifiableIntObjectMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
UnmodifiableLongObjectMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
<P> PartitionMutableBag<V>
UnmodifiableShortObjectMap. partitionWith(Predicate2<? super V,? super P> predicate, P parameter)
-
Uses of PartitionMutableBag in org.eclipse.collections.impl.partition.bag
Classes in org.eclipse.collections.impl.partition.bag that implement PartitionMutableBag Modifier and Type Class Description class
PartitionHashBag<T>
-