Class PartitionUnifiedSetWithHashingStrategy<T>
- java.lang.Object
-
- org.eclipse.collections.impl.partition.set.strategy.PartitionUnifiedSetWithHashingStrategy<T>
-
- All Implemented Interfaces:
PartitionIterable<T>,PartitionMutableCollection<T>,PartitionMutableSet<T>,PartitionMutableSetIterable<T>,PartitionSet<T>,PartitionUnsortedSet<T>
public class PartitionUnifiedSetWithHashingStrategy<T> extends Object implements PartitionMutableSet<T>
-
-
Constructor Summary
Constructors Constructor Description PartitionUnifiedSetWithHashingStrategy(HashingStrategy<? super T> hashingStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableSet<T>getRejected()MutableSet<T>getSelected()PartitionImmutableSet<T>toImmutable()
-
-
-
Constructor Detail
-
PartitionUnifiedSetWithHashingStrategy
public PartitionUnifiedSetWithHashingStrategy(HashingStrategy<? super T> hashingStrategy)
-
-
Method Detail
-
getSelected
public MutableSet<T> getSelected()
- Specified by:
getSelectedin interfacePartitionIterable<T>- Specified by:
getSelectedin interfacePartitionMutableCollection<T>- Specified by:
getSelectedin interfacePartitionMutableSet<T>- Specified by:
getSelectedin interfacePartitionMutableSetIterable<T>- Specified by:
getSelectedin interfacePartitionSet<T>- Specified by:
getSelectedin interfacePartitionUnsortedSet<T>
-
getRejected
public MutableSet<T> getRejected()
- Specified by:
getRejectedin interfacePartitionIterable<T>- Specified by:
getRejectedin interfacePartitionMutableCollection<T>- Specified by:
getRejectedin interfacePartitionMutableSet<T>- Specified by:
getRejectedin interfacePartitionMutableSetIterable<T>- Specified by:
getRejectedin interfacePartitionSet<T>- Specified by:
getRejectedin interfacePartitionUnsortedSet<T>
-
toImmutable
public PartitionImmutableSet<T> toImmutable()
- Specified by:
toImmutablein interfacePartitionMutableCollection<T>- Specified by:
toImmutablein interfacePartitionMutableSet<T>
-
-