Package | Description |
---|---|
com.gs.collections.api.collection | |
com.gs.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
com.gs.collections.api.partition |
This package contains interfaces for
PartitionIterable . |
com.gs.collections.api.partition.bag |
This package contains interfaces for
PartitionBag . |
com.gs.collections.api.partition.bag.sorted |
This package contains interfaces for
PartitionSortedBag . |
com.gs.collections.api.partition.list |
This package contains interfaces for
PartitionList . |
com.gs.collections.api.partition.set |
This package contains interfaces for
PartitionSet . |
com.gs.collections.api.partition.set.sorted |
This package contains interfaces for
PartitionSortedSet . |
com.gs.collections.impl.map.immutable |
This package contains implementations of the
ImmutableMap interface. |
com.gs.collections.impl.partition.bag |
This package contains implementations of the
PartitionBag interface. |
com.gs.collections.impl.partition.bag.sorted |
This package contains implementations of the
PartitionSortedBag interface. |
com.gs.collections.impl.partition.list |
This package contains implementations of the
PartitionList interface. |
com.gs.collections.impl.partition.set |
This package contains implementations of the
PartitionSet interface. |
com.gs.collections.impl.partition.set.sorted |
This package contains implementations of the
PartitionSet interface. |
Modifier and Type | Method and Description |
---|---|
PartitionImmutableCollection<T> |
ImmutableCollection.partition(Predicate<? super T> predicate) |
<P> PartitionImmutableCollection<T> |
ImmutableCollection.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Method and Description |
---|---|
PartitionImmutableCollection<V> |
ImmutableMap.partition(Predicate<? super V> predicate) |
<P> PartitionImmutableCollection<V> |
ImmutableMap.partitionWith(Predicate2<? super V,? super P> predicate,
P parameter) |
Modifier and Type | Method and Description |
---|---|
PartitionImmutableCollection<T> |
PartitionMutableCollection.toImmutable() |
Modifier and Type | Interface and Description |
---|---|
interface |
PartitionImmutableBag<T>
A PartitionImmutableBag is the result of splitting an immutable bag into two immutable bags based on a Predicate.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PartitionImmutableSortedBag<T>
A PartitionImmutableSortedBag is the result of splitting an immutable sorted bag into two immutable sorted bags based
on a Predicate.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PartitionImmutableList<T>
A PartitionImmutableList is the result of splitting an immutable list into two immutable lists based on a Predicate.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PartitionImmutableSet<T>
A PartitionImmutableSet is the result of splitting an immutable set into two immutable sets based on a Predicate.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PartitionImmutableSortedSet<T>
A PartitionImmutableSortedSet is the result of splitting an immutable sorted set into two immutable sorted sets based
on a Predicate.
|
Modifier and Type | Method and Description |
---|---|
PartitionImmutableCollection<V> |
AbstractImmutableMap.partition(Predicate<? super V> predicate) |
<P> PartitionImmutableCollection<V> |
AbstractImmutableMap.partitionWith(Predicate2<? super V,? super P> predicate,
P parameter) |
Modifier and Type | Class and Description |
---|---|
class |
PartitionImmutableBagImpl<T> |
Modifier and Type | Class and Description |
---|---|
class |
PartitionImmutableSortedBagImpl<T> |
Modifier and Type | Class and Description |
---|---|
class |
PartitionImmutableListImpl<T> |
Modifier and Type | Class and Description |
---|---|
class |
PartitionImmutableSetImpl<T> |
Modifier and Type | Class and Description |
---|---|
class |
PartitionImmutableSortedSetImpl<T> |
Copyright © 2004–2017. All rights reserved.