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