public class PartitionUnifiedSet<T> extends Object implements org.eclipse.collections.api.partition.set.PartitionMutableSet<T>
| Constructor and Description |
|---|
PartitionUnifiedSet() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.MutableSet<T> |
getRejected() |
org.eclipse.collections.api.set.MutableSet<T> |
getSelected() |
org.eclipse.collections.api.partition.set.PartitionImmutableSet<T> |
toImmutable() |
public org.eclipse.collections.api.set.MutableSet<T> getSelected()
getSelected in interface org.eclipse.collections.api.partition.PartitionIterable<T>getSelected in interface org.eclipse.collections.api.partition.PartitionMutableCollection<T>getSelected in interface org.eclipse.collections.api.partition.set.PartitionMutableSet<T>getSelected in interface org.eclipse.collections.api.partition.set.PartitionMutableSetIterable<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.MutableSet<T> getRejected()
getRejected in interface org.eclipse.collections.api.partition.PartitionIterable<T>getRejected in interface org.eclipse.collections.api.partition.PartitionMutableCollection<T>getRejected in interface org.eclipse.collections.api.partition.set.PartitionMutableSet<T>getRejected in interface org.eclipse.collections.api.partition.set.PartitionMutableSetIterable<T>getRejected in interface org.eclipse.collections.api.partition.set.PartitionSet<T>getRejected in interface org.eclipse.collections.api.partition.set.PartitionUnsortedSet<T>public org.eclipse.collections.api.partition.set.PartitionImmutableSet<T> toImmutable()
Copyright © 2004–2018. All rights reserved.