PartitionOrderedIterable<T>, PartitionReversibleIterable<T>, PartitionSortedIterable<T>, PartitionImmutableCollection<T>, PartitionIterable<T>, PartitionImmutableSetIterable<T>, PartitionSet<T>, PartitionImmutableSortedSet<T>, PartitionSortedSet<T>public class PartitionImmutableSortedSetImpl<T> extends java.lang.Object implements PartitionImmutableSortedSet<T>
| Constructor | Description |
|---|---|
PartitionImmutableSortedSetImpl(PartitionTreeSortedSet<T> partitionTreeSortedSet) |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableSortedSet<T> |
getRejected() |
|
ImmutableSortedSet<T> |
getSelected() |
public PartitionImmutableSortedSetImpl(PartitionTreeSortedSet<T> partitionTreeSortedSet)
public ImmutableSortedSet<T> getSelected()
getSelected in interface PartitionImmutableCollection<T>getSelected in interface PartitionImmutableSetIterable<T>getSelected in interface PartitionImmutableSortedSet<T>getSelected in interface PartitionIterable<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 ImmutableSortedSet<T> getRejected()
getRejected in interface PartitionImmutableCollection<T>getRejected in interface PartitionImmutableSetIterable<T>getRejected in interface PartitionImmutableSortedSet<T>getRejected in interface PartitionIterable<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>Copyright © 2004–2018. All rights reserved.