public class PartitionTreeSortedSet<T> extends Object implements com.gs.collections.api.partition.set.sorted.PartitionMutableSortedSet<T>
| Constructor and Description |
|---|
PartitionTreeSortedSet(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(Comparator<? super T> comparator)
public com.gs.collections.api.set.sorted.MutableSortedSet<T> getSelected()
getSelected in interface com.gs.collections.api.partition.ordered.PartitionOrderedIterable<T>getSelected in interface com.gs.collections.api.partition.ordered.PartitionReversibleIterable<T>getSelected in interface com.gs.collections.api.partition.ordered.PartitionSortedIterable<T>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.PartitionMutableSetIterable<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.ordered.PartitionOrderedIterable<T>getRejected in interface com.gs.collections.api.partition.ordered.PartitionReversibleIterable<T>getRejected in interface com.gs.collections.api.partition.ordered.PartitionSortedIterable<T>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.PartitionMutableSetIterable<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()
Copyright © 2004–2016. All rights reserved.