@Immutable
public class PartitionImmutableSetImpl<T>
extends java.lang.Object
implements com.gs.collections.api.partition.set.PartitionImmutableSet<T>
| Constructor and Description |
|---|
PartitionImmutableSetImpl(com.gs.collections.api.partition.set.PartitionMutableSet<T> mutablePartition) |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.set.ImmutableSet<T> |
getRejected() |
com.gs.collections.api.set.ImmutableSet<T> |
getSelected() |
public PartitionImmutableSetImpl(com.gs.collections.api.partition.set.PartitionMutableSet<T> mutablePartition)
public com.gs.collections.api.set.ImmutableSet<T> getSelected()
getSelected in interface com.gs.collections.api.partition.PartitionImmutableCollection<T>getSelected in interface com.gs.collections.api.partition.PartitionIterable<T>getSelected in interface com.gs.collections.api.partition.set.PartitionImmutableSet<T>getSelected in interface com.gs.collections.api.partition.set.PartitionImmutableSetIterable<T>getSelected in interface com.gs.collections.api.partition.set.PartitionSet<T>getSelected in interface com.gs.collections.api.partition.set.PartitionUnsortedSet<T>public com.gs.collections.api.set.ImmutableSet<T> getRejected()
getRejected in interface com.gs.collections.api.partition.PartitionImmutableCollection<T>getRejected in interface com.gs.collections.api.partition.PartitionIterable<T>getRejected in interface com.gs.collections.api.partition.set.PartitionImmutableSet<T>getRejected in interface com.gs.collections.api.partition.set.PartitionImmutableSetIterable<T>getRejected in interface com.gs.collections.api.partition.set.PartitionSet<T>getRejected in interface com.gs.collections.api.partition.set.PartitionUnsortedSet<T>