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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ImmutableSortedSet<T> private final ImmutableSortedSet<T> -
Constructor Summary
ConstructorsConstructorDescriptionPartitionImmutableSortedSetImpl(PartitionTreeSortedSet<T> partitionTreeSortedSet) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
selected
-
rejected
-
-
Constructor Details
-
PartitionImmutableSortedSetImpl
-
-
Method Details
-
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
- 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>
-