PartitionIterable<T>
, PartitionMutableCollection<T>
, PartitionSet<T>
PartitionMutableSet<T>
, PartitionMutableSortedSet<T>
PartitionTreeSortedSet
, PartitionUnifiedSet
, PartitionUnifiedSetWithHashingStrategy
public interface PartitionMutableSetIterable<T> extends PartitionSet<T>, PartitionMutableCollection<T>
Modifier and Type | Method | 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–2018. All rights reserved.