public class PartitionTreeSortedSet<T>
extends java.lang.Object
implements com.gs.collections.api.partition.set.sorted.PartitionMutableSortedSet<T>
| Constructor and Description |
|---|
PartitionTreeSortedSet(java.util.Comparator<? super T> comparator) |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.set.sorted.MutableSortedSet<T> |
getRejected() |
com.gs.collections.api.set.sorted.MutableSortedSet<T> |
getSelected() |
com.gs.collections.api.partition.set.sorted.PartitionImmutableSortedSet<T> |
toImmutable() |
public PartitionTreeSortedSet(java.util.Comparator<? super T> comparator)
public com.gs.collections.api.set.sorted.MutableSortedSet<T> getSelected()
getSelected in interface com.gs.collections.api.partition.PartitionIterable<T>getSelected in interface com.gs.collections.api.partition.PartitionMutableCollection<T>getSelected in interface com.gs.collections.api.partition.set.PartitionSet<T>getSelected in interface com.gs.collections.api.partition.set.sorted.PartitionMutableSortedSet<T>getSelected in interface com.gs.collections.api.partition.set.sorted.PartitionSortedSet<T>public com.gs.collections.api.set.sorted.MutableSortedSet<T> getRejected()
getRejected in interface com.gs.collections.api.partition.PartitionIterable<T>getRejected in interface com.gs.collections.api.partition.PartitionMutableCollection<T>getRejected in interface com.gs.collections.api.partition.set.PartitionSet<T>getRejected in interface com.gs.collections.api.partition.set.sorted.PartitionMutableSortedSet<T>getRejected in interface com.gs.collections.api.partition.set.sorted.PartitionSortedSet<T>public com.gs.collections.api.partition.set.sorted.PartitionImmutableSortedSet<T> toImmutable()