public interface PartitionMutableCollection<T> extends PartitionIterable<T>
Modifier and Type | Method and Description |
---|---|
MutableCollection<T> |
getRejected() |
MutableCollection<T> |
getSelected() |
PartitionImmutableCollection<T> |
toImmutable() |
MutableCollection<T> getSelected()
getSelected
in interface PartitionIterable<T>
MutableCollection<T> getRejected()
getRejected
in interface PartitionIterable<T>
PartitionImmutableCollection<T> toImmutable()
Copyright © 2004–2016. All rights reserved.