PartitionIterable<T>
, PartitionMutableCollection<T>
, PartitionMutableSet<T>
, PartitionMutableSetIterable<T>
, PartitionSet<T>
, PartitionUnsortedSet<T>
public class PartitionUnifiedSet<T> extends Object implements PartitionMutableSet<T>
Constructor | Description |
---|---|
PartitionUnifiedSet() |
Modifier and Type | Method | Description |
---|---|---|
MutableSet<T> |
getRejected() |
|
MutableSet<T> |
getSelected() |
|
PartitionImmutableSet<T> |
toImmutable() |
public MutableSet<T> getSelected()
getSelected
in interface PartitionIterable<T>
getSelected
in interface PartitionMutableCollection<T>
getSelected
in interface PartitionMutableSet<T>
getSelected
in interface PartitionMutableSetIterable<T>
getSelected
in interface PartitionSet<T>
getSelected
in interface PartitionUnsortedSet<T>
public MutableSet<T> getRejected()
getRejected
in interface PartitionIterable<T>
getRejected
in interface PartitionMutableCollection<T>
getRejected
in interface PartitionMutableSet<T>
getRejected
in interface PartitionMutableSetIterable<T>
getRejected
in interface PartitionSet<T>
getRejected
in interface PartitionUnsortedSet<T>
public PartitionImmutableSet<T> toImmutable()
toImmutable
in interface PartitionMutableCollection<T>
toImmutable
in interface PartitionMutableSet<T>
Copyright © 2004–2019. All rights reserved.