Class PartitionImmutableSortedSetImpl<T>
- java.lang.Object
-
- org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl<T>
-
- All Implemented Interfaces:
PartitionOrderedIterable<T>,PartitionReversibleIterable<T>,PartitionSortedIterable<T>,PartitionImmutableCollection<T>,PartitionIterable<T>,PartitionImmutableSetIterable<T>,PartitionSet<T>,PartitionImmutableSortedSet<T>,PartitionSortedSet<T>
public class PartitionImmutableSortedSetImpl<T> extends Object implements PartitionImmutableSortedSet<T>
-
-
Constructor Summary
Constructors Constructor Description PartitionImmutableSortedSetImpl(PartitionTreeSortedSet<T> partitionTreeSortedSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImmutableSortedSet<T>getRejected()ImmutableSortedSet<T>getSelected()
-
-
-
Constructor Detail
-
PartitionImmutableSortedSetImpl
public PartitionImmutableSortedSetImpl(PartitionTreeSortedSet<T> partitionTreeSortedSet)
-
-
Method Detail
-
getSelected
public ImmutableSortedSet<T> getSelected()
- Specified by:
getSelectedin interfacePartitionImmutableCollection<T>- Specified by:
getSelectedin interfacePartitionImmutableSetIterable<T>- Specified by:
getSelectedin interfacePartitionImmutableSortedSet<T>- Specified by:
getSelectedin interfacePartitionIterable<T>- Specified by:
getSelectedin interfacePartitionOrderedIterable<T>- Specified by:
getSelectedin interfacePartitionReversibleIterable<T>- Specified by:
getSelectedin interfacePartitionSet<T>- Specified by:
getSelectedin interfacePartitionSortedIterable<T>- Specified by:
getSelectedin interfacePartitionSortedSet<T>
-
getRejected
public ImmutableSortedSet<T> getRejected()
- Specified by:
getRejectedin interfacePartitionImmutableCollection<T>- Specified by:
getRejectedin interfacePartitionImmutableSetIterable<T>- Specified by:
getRejectedin interfacePartitionImmutableSortedSet<T>- Specified by:
getRejectedin interfacePartitionIterable<T>- Specified by:
getRejectedin interfacePartitionOrderedIterable<T>- Specified by:
getRejectedin interfacePartitionReversibleIterable<T>- Specified by:
getRejectedin interfacePartitionSet<T>- Specified by:
getRejectedin interfacePartitionSortedIterable<T>- Specified by:
getRejectedin interfacePartitionSortedSet<T>
-
-