Interface PartitionMutableSortedBag<T>
- All Superinterfaces:
PartitionBag<T>
,PartitionIterable<T>
,PartitionMutableBagIterable<T>
,PartitionMutableCollection<T>
,PartitionOrderedIterable<T>
,PartitionReversibleIterable<T>
,PartitionSortedBag<T>
,PartitionSortedIterable<T>
- All Known Implementing Classes:
PartitionTreeBag
public interface PartitionMutableSortedBag<T>
extends PartitionSortedBag<T>, PartitionMutableBagIterable<T>
- Since:
- 4.2
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getSelected
MutableSortedBag<T> getSelected()- Specified by:
getSelected
in interfacePartitionBag<T>
- Specified by:
getSelected
in interfacePartitionIterable<T>
- Specified by:
getSelected
in interfacePartitionMutableBagIterable<T>
- Specified by:
getSelected
in interfacePartitionMutableCollection<T>
- Specified by:
getSelected
in interfacePartitionOrderedIterable<T>
- Specified by:
getSelected
in interfacePartitionReversibleIterable<T>
- Specified by:
getSelected
in interfacePartitionSortedBag<T>
- Specified by:
getSelected
in interfacePartitionSortedIterable<T>
-
getRejected
MutableSortedBag<T> getRejected()- Specified by:
getRejected
in interfacePartitionBag<T>
- Specified by:
getRejected
in interfacePartitionIterable<T>
- Specified by:
getRejected
in interfacePartitionMutableBagIterable<T>
- Specified by:
getRejected
in interfacePartitionMutableCollection<T>
- Specified by:
getRejected
in interfacePartitionOrderedIterable<T>
- Specified by:
getRejected
in interfacePartitionReversibleIterable<T>
- Specified by:
getRejected
in interfacePartitionSortedBag<T>
- Specified by:
getRejected
in interfacePartitionSortedIterable<T>
-
toImmutable
PartitionImmutableSortedBag<T> toImmutable()- Specified by:
toImmutable
in interfacePartitionMutableBagIterable<T>
- Specified by:
toImmutable
in interfacePartitionMutableCollection<T>
-