@Immutable public class PartitionImmutableSetImpl<T> extends Object implements PartitionImmutableSet<T>
| Constructor and Description |
|---|
PartitionImmutableSetImpl(PartitionMutableSet<T> mutablePartition) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSet<T> |
getRejected() |
ImmutableSet<T> |
getSelected() |
public PartitionImmutableSetImpl(PartitionMutableSet<T> mutablePartition)
public ImmutableSet<T> getSelected()
getSelected in interface PartitionImmutableCollection<T>getSelected in interface PartitionIterable<T>getSelected in interface PartitionImmutableSet<T>getSelected in interface PartitionImmutableSetIterable<T>getSelected in interface PartitionSet<T>getSelected in interface PartitionUnsortedSet<T>public ImmutableSet<T> getRejected()
getRejected in interface PartitionImmutableCollection<T>getRejected in interface PartitionIterable<T>getRejected in interface PartitionImmutableSet<T>getRejected in interface PartitionImmutableSetIterable<T>getRejected in interface PartitionSet<T>getRejected in interface PartitionUnsortedSet<T>Copyright © 2004–2016. All rights reserved.