PartitionIterable<T>
, PartitionMutableCollection<T>
, PartitionMutableSetIterable<T>
, PartitionSet<T>
, PartitionUnsortedSet<T>
PartitionUnifiedSet
, PartitionUnifiedSetWithHashingStrategy
public interface PartitionMutableSet<T> extends PartitionUnsortedSet<T>, PartitionMutableSetIterable<T>
Modifier and Type | Method | Description |
---|---|---|
MutableSet<T> |
getRejected() |
|
MutableSet<T> |
getSelected() |
|
PartitionImmutableSet<T> |
toImmutable() |
MutableSet<T> getSelected()
getSelected
in interface PartitionIterable<T>
getSelected
in interface PartitionMutableCollection<T>
getSelected
in interface PartitionMutableSetIterable<T>
getSelected
in interface PartitionSet<T>
getSelected
in interface PartitionUnsortedSet<T>
MutableSet<T> getRejected()
getRejected
in interface PartitionIterable<T>
getRejected
in interface PartitionMutableCollection<T>
getRejected
in interface PartitionMutableSetIterable<T>
getRejected
in interface PartitionSet<T>
getRejected
in interface PartitionUnsortedSet<T>
PartitionImmutableSet<T> toImmutable()
toImmutable
in interface PartitionMutableCollection<T>
Copyright © 2004–2019. All rights reserved.