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