Package | Description |
---|---|
com.gs.collections.api.partition.set |
This package contains interfaces for
PartitionSet . |
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. |
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.
|
interface |
PartitionMutableSet<T>
A PartitionMutableSet is the result of splitting a mutable set into two mutable sets based on a Predicate.
|
Modifier and Type | Class and Description |
---|---|
class |
PartitionImmutableSetImpl<T> |
class |
PartitionUnifiedSet<T> |
Modifier and Type | Class and Description |
---|---|
class |
PartitionUnifiedSetWithHashingStrategy<T> |
Copyright © 2004–2018. All rights reserved.