Class PartitionTreeSortedSet<T>
- java.lang.Object
-
- org.eclipse.collections.impl.partition.set.sorted.PartitionTreeSortedSet<T>
-
- All Implemented Interfaces:
PartitionOrderedIterable<T>,PartitionReversibleIterable<T>,PartitionSortedIterable<T>,PartitionIterable<T>,PartitionMutableCollection<T>,PartitionMutableSetIterable<T>,PartitionSet<T>,PartitionMutableSortedSet<T>,PartitionSortedSet<T>
public class PartitionTreeSortedSet<T> extends Object implements PartitionMutableSortedSet<T>
-
-
Constructor Summary
Constructors Constructor Description PartitionTreeSortedSet(Comparator<? super T> comparator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableSortedSet<T>getRejected()MutableSortedSet<T>getSelected()PartitionImmutableSortedSet<T>toImmutable()
-
-
-
Constructor Detail
-
PartitionTreeSortedSet
public PartitionTreeSortedSet(Comparator<? super T> comparator)
-
-
Method Detail
-
getSelected
public MutableSortedSet<T> getSelected()
- Specified by:
getSelectedin interfacePartitionIterable<T>- Specified by:
getSelectedin interfacePartitionMutableCollection<T>- Specified by:
getSelectedin interfacePartitionMutableSetIterable<T>- Specified by:
getSelectedin interfacePartitionMutableSortedSet<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 MutableSortedSet<T> getRejected()
- Specified by:
getRejectedin interfacePartitionIterable<T>- Specified by:
getRejectedin interfacePartitionMutableCollection<T>- Specified by:
getRejectedin interfacePartitionMutableSetIterable<T>- Specified by:
getRejectedin interfacePartitionMutableSortedSet<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>
-
toImmutable
public PartitionImmutableSortedSet<T> toImmutable()
- Specified by:
toImmutablein interfacePartitionMutableCollection<T>- Specified by:
toImmutablein interfacePartitionMutableSortedSet<T>
-
-