public interface PartitionMutableSortedBag<T> extends PartitionMutableCollection<T>, PartitionSortedBag<T>
Modifier and Type | Method and Description |
---|---|
MutableSortedBag<T> |
getRejected() |
MutableSortedBag<T> |
getSelected() |
PartitionImmutableSortedBag<T> |
toImmutable() |
MutableSortedBag<T> getSelected()
getSelected
in interface PartitionBag<T>
getSelected
in interface PartitionIterable<T>
getSelected
in interface PartitionMutableCollection<T>
getSelected
in interface PartitionSortedBag<T>
getSelected
in interface PartitionSortedIterable<T>
MutableSortedBag<T> getRejected()
getRejected
in interface PartitionBag<T>
getRejected
in interface PartitionIterable<T>
getRejected
in interface PartitionMutableCollection<T>
getRejected
in interface PartitionSortedBag<T>
getRejected
in interface PartitionSortedIterable<T>
PartitionImmutableSortedBag<T> toImmutable()
toImmutable
in interface PartitionMutableCollection<T>
Copyright © 2004–2017. All rights reserved.