| Package | Description |
|---|---|
| com.gs.collections.api.bag |
This package contains interfaces for Bag API.
|
| com.gs.collections.api.partition.bag |
This package contains interfaces for
PartitionBag. |
| com.gs.collections.impl.bag.immutable |
This package contains implementations of the
ImmutableBag interface. |
| com.gs.collections.impl.partition.bag |
This package contains implementations of the
PartitionBag interface. |
| Modifier and Type | Method and Description |
|---|---|
PartitionImmutableBag<T> |
ImmutableBag.partition(Predicate<? super T> predicate) |
<P> PartitionImmutableBag<T> |
ImmutableBag.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
| Modifier and Type | Method and Description |
|---|---|
PartitionImmutableBag<T> |
PartitionMutableBag.toImmutable() |
| Modifier and Type | Method and Description |
|---|---|
PartitionImmutableBag<T> |
ImmutableHashBag.partition(Predicate<? super T> predicate) |
PartitionImmutableBag<T> |
AbstractImmutableBag.partition(Predicate<? super T> predicate) |
<P> PartitionImmutableBag<T> |
ImmutableHashBag.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
<P> PartitionImmutableBag<T> |
AbstractImmutableBag.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionImmutableBagImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
PartitionImmutableBag<T> |
PartitionHashBag.toImmutable() |
Copyright © 2004–2017. All rights reserved.