public class PartitionUnifiedSetWithHashingStrategy<T> extends Object implements PartitionMutableSet<T>
| Constructor and Description |
|---|
PartitionUnifiedSetWithHashingStrategy(HashingStrategy<? super T> hashingStrategy) |
| Modifier and Type | Method and Description |
|---|---|
MutableSet<T> |
getRejected() |
MutableSet<T> |
getSelected() |
PartitionImmutableSet<T> |
toImmutable() |
public PartitionUnifiedSetWithHashingStrategy(HashingStrategy<? super T> hashingStrategy)
public MutableSet<T> getSelected()
getSelected in interface PartitionIterable<T>getSelected in interface PartitionMutableCollection<T>getSelected in interface PartitionMutableSet<T>getSelected in interface PartitionMutableSetIterable<T>getSelected in interface PartitionSet<T>getSelected in interface PartitionUnsortedSet<T>public MutableSet<T> getRejected()
getRejected in interface PartitionIterable<T>getRejected in interface PartitionMutableCollection<T>getRejected in interface PartitionMutableSet<T>getRejected in interface PartitionMutableSetIterable<T>getRejected in interface PartitionSet<T>getRejected in interface PartitionUnsortedSet<T>public PartitionImmutableSet<T> toImmutable()
toImmutable in interface PartitionMutableCollection<T>toImmutable in interface PartitionMutableSet<T>Copyright © 2004–2022. All rights reserved.