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