Package | Description |
---|---|
com.gs.collections.api.bag |
This package contains interfaces for Bag API.
|
com.gs.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
com.gs.collections.impl.partition.bag |
This package contains implementations of the
PartitionBag interface. |
Modifier and Type | Method and Description |
---|---|
PartitionMutableBag<T> |
MutableBag.partition(Predicate<? super T> predicate) |
<P> PartitionMutableBag<T> |
MutableBag.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Method and Description |
---|---|
PartitionMutableBag<T> |
SynchronizedBag.partition(Predicate<? super T> predicate) |
PartitionMutableBag<T> |
HashBag.partition(Predicate<? super T> predicate) |
PartitionMutableBag<T> |
UnmodifiableBag.partition(Predicate<? super T> predicate) |
PartitionMutableBag<T> |
MultiReaderHashBag.partition(Predicate<? super T> predicate) |
<P> PartitionMutableBag<T> |
SynchronizedBag.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
<P> PartitionMutableBag<T> |
HashBag.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
<P> PartitionMutableBag<T> |
UnmodifiableBag.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
<P> PartitionMutableBag<T> |
MultiReaderHashBag.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Class and Description |
---|---|
class |
PartitionHashBag<T> |
Copyright © 2004–2018. All rights reserved.