public interface PartitionMutableSortedSet<T> extends PartitionMutableCollection<T>, PartitionSortedSet<T>
| Modifier and Type | Method and Description |
|---|---|
MutableSortedSet<T> |
getRejected() |
MutableSortedSet<T> |
getSelected() |
PartitionImmutableSortedSet<T> |
toImmutable() |
MutableSortedSet<T> getSelected()
getSelected in interface PartitionIterable<T>getSelected in interface PartitionMutableCollection<T>getSelected in interface PartitionSet<T>getSelected in interface PartitionSortedIterable<T>getSelected in interface PartitionSortedSet<T>MutableSortedSet<T> getRejected()
getRejected in interface PartitionIterable<T>getRejected in interface PartitionMutableCollection<T>getRejected in interface PartitionSet<T>getRejected in interface PartitionSortedIterable<T>getRejected in interface PartitionSortedSet<T>PartitionImmutableSortedSet<T> toImmutable()
toImmutable in interface PartitionMutableCollection<T>Copyright © 2004–2017. All rights reserved.