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