Interface PartitionMutableSortedBag<T>
-
- All Superinterfaces:
PartitionBag<T>,PartitionIterable<T>,PartitionMutableBagIterable<T>,PartitionMutableCollection<T>,PartitionOrderedIterable<T>,PartitionReversibleIterable<T>,PartitionSortedBag<T>,PartitionSortedIterable<T>
public interface PartitionMutableSortedBag<T> extends PartitionSortedBag<T>, PartitionMutableBagIterable<T>
- Since:
- 4.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutableSortedBag<T>getRejected()MutableSortedBag<T>getSelected()PartitionImmutableSortedBag<T>toImmutable()
-
-
-
Method Detail
-
getSelected
MutableSortedBag<T> getSelected()
- Specified by:
getSelectedin interfacePartitionBag<T>- Specified by:
getSelectedin interfacePartitionIterable<T>- Specified by:
getSelectedin interfacePartitionMutableBagIterable<T>- Specified by:
getSelectedin interfacePartitionMutableCollection<T>- Specified by:
getSelectedin interfacePartitionOrderedIterable<T>- Specified by:
getSelectedin interfacePartitionReversibleIterable<T>- Specified by:
getSelectedin interfacePartitionSortedBag<T>- Specified by:
getSelectedin interfacePartitionSortedIterable<T>
-
getRejected
MutableSortedBag<T> getRejected()
- Specified by:
getRejectedin interfacePartitionBag<T>- Specified by:
getRejectedin interfacePartitionIterable<T>- Specified by:
getRejectedin interfacePartitionMutableBagIterable<T>- Specified by:
getRejectedin interfacePartitionMutableCollection<T>- Specified by:
getRejectedin interfacePartitionOrderedIterable<T>- Specified by:
getRejectedin interfacePartitionReversibleIterable<T>- Specified by:
getRejectedin interfacePartitionSortedBag<T>- Specified by:
getRejectedin interfacePartitionSortedIterable<T>
-
toImmutable
PartitionImmutableSortedBag<T> toImmutable()
- Specified by:
toImmutablein interfacePartitionMutableBagIterable<T>- Specified by:
toImmutablein interfacePartitionMutableCollection<T>
-
-