public class PartitionTreeSortedSet<T> extends Object implements PartitionMutableSortedSet<T>
| Constructor and Description |
|---|
PartitionTreeSortedSet(Comparator<? super T> comparator) |
| Modifier and Type | Method and Description |
|---|---|
MutableSortedSet<T> |
getRejected() |
MutableSortedSet<T> |
getSelected() |
PartitionImmutableSortedSet<T> |
toImmutable() |
public PartitionTreeSortedSet(Comparator<? super T> comparator)
public MutableSortedSet<T> getSelected()
getSelected in interface PartitionOrderedIterable<T>getSelected in interface PartitionReversibleIterable<T>getSelected in interface PartitionSortedIterable<T>getSelected in interface PartitionIterable<T>getSelected in interface PartitionMutableCollection<T>getSelected in interface PartitionMutableSetIterable<T>getSelected in interface PartitionSet<T>getSelected in interface PartitionMutableSortedSet<T>getSelected in interface PartitionSortedSet<T>public MutableSortedSet<T> getRejected()
getRejected in interface PartitionOrderedIterable<T>getRejected in interface PartitionReversibleIterable<T>getRejected in interface PartitionSortedIterable<T>getRejected in interface PartitionIterable<T>getRejected in interface PartitionMutableCollection<T>getRejected in interface PartitionMutableSetIterable<T>getRejected in interface PartitionSet<T>getRejected in interface PartitionMutableSortedSet<T>getRejected in interface PartitionSortedSet<T>public PartitionImmutableSortedSet<T> toImmutable()
toImmutable in interface PartitionMutableCollection<T>toImmutable in interface PartitionMutableSortedSet<T>Copyright © 2004–2022. All rights reserved.