Interface PartitionSortedBag<T>
- All Superinterfaces:
PartitionBag<T>
,PartitionIterable<T>
,PartitionOrderedIterable<T>
,PartitionReversibleIterable<T>
,PartitionSortedIterable<T>
- All Known Subinterfaces:
PartitionImmutableSortedBag<T>
,PartitionMutableSortedBag<T>
- All Known Implementing Classes:
PartitionImmutableSortedBagImpl
,PartitionTreeBag
public interface PartitionSortedBag<T>
extends PartitionBag<T>, PartitionSortedIterable<T>, PartitionReversibleIterable<T>
- Since:
- 4.2
-
Method Summary
-
Method Details
-
getSelected
- Specified by:
getSelected
in interfacePartitionBag<T>
- Specified by:
getSelected
in interfacePartitionIterable<T>
- Specified by:
getSelected
in interfacePartitionOrderedIterable<T>
- Specified by:
getSelected
in interfacePartitionReversibleIterable<T>
- Specified by:
getSelected
in interfacePartitionSortedIterable<T>
-
getRejected
- Specified by:
getRejected
in interfacePartitionBag<T>
- Specified by:
getRejected
in interfacePartitionIterable<T>
- Specified by:
getRejected
in interfacePartitionOrderedIterable<T>
- Specified by:
getRejected
in interfacePartitionReversibleIterable<T>
- Specified by:
getRejected
in interfacePartitionSortedIterable<T>
-