Package | Description |
---|---|
com.gs.collections.api.partition.set |
This package contains interfaces for
PartitionSet . |
com.gs.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set . |
com.gs.collections.impl.partition.set |
This package contains implementations of the
PartitionSet interface. |
com.gs.collections.impl.partition.set.strategy |
This package contains implementations of the
PartitionMutableSet interface. |
com.gs.collections.impl.set.immutable |
This package package contains the implementations of
ImmutableSet . |
Modifier and Type | Method and Description |
---|---|
PartitionImmutableSet<T> |
PartitionMutableSet.toImmutable() |
Modifier and Type | Method and Description |
---|---|
PartitionImmutableSet<T> |
ImmutableSet.partition(Predicate<? super T> predicate) |
<P> PartitionImmutableSet<T> |
ImmutableSet.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Modifier and Type | Class and Description |
---|---|
class |
PartitionImmutableSetImpl<T> |
Modifier and Type | Method and Description |
---|---|
PartitionImmutableSet<T> |
PartitionUnifiedSet.toImmutable() |
Modifier and Type | Method and Description |
---|---|
PartitionImmutableSet<T> |
PartitionUnifiedSetWithHashingStrategy.toImmutable() |
Modifier and Type | Method and Description |
---|---|
PartitionImmutableSet<T> |
AbstractImmutableSet.partition(Predicate<? super T> predicate) |
<P> PartitionImmutableSet<T> |
AbstractImmutableSet.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Copyright © 2004–2018. All rights reserved.