@Immutable
public class PartitionImmutableSortedSetImpl<T>
extends java.lang.Object
implements com.gs.collections.api.partition.set.sorted.PartitionImmutableSortedSet<T>
| Constructor and Description |
|---|
PartitionImmutableSortedSetImpl(PartitionTreeSortedSet<T> partitionTreeSortedSet) |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.set.sorted.ImmutableSortedSet<T> |
getRejected() |
com.gs.collections.api.set.sorted.ImmutableSortedSet<T> |
getSelected() |
public PartitionImmutableSortedSetImpl(PartitionTreeSortedSet<T> partitionTreeSortedSet)
public com.gs.collections.api.set.sorted.ImmutableSortedSet<T> getSelected()
getSelected in interface com.gs.collections.api.partition.PartitionImmutableCollection<T>getSelected in interface com.gs.collections.api.partition.PartitionIterable<T>getSelected in interface com.gs.collections.api.partition.set.PartitionSet<T>getSelected in interface com.gs.collections.api.partition.set.sorted.PartitionImmutableSortedSet<T>getSelected in interface com.gs.collections.api.partition.set.sorted.PartitionSortedSet<T>public com.gs.collections.api.set.sorted.ImmutableSortedSet<T> getRejected()
getRejected in interface com.gs.collections.api.partition.PartitionImmutableCollection<T>getRejected in interface com.gs.collections.api.partition.PartitionIterable<T>getRejected in interface com.gs.collections.api.partition.set.PartitionSet<T>getRejected in interface com.gs.collections.api.partition.set.sorted.PartitionImmutableSortedSet<T>getRejected in interface com.gs.collections.api.partition.set.sorted.PartitionSortedSet<T>