@Immutable public final class MutableHashingStrategySetFactoryImpl extends Object implements org.eclipse.collections.api.factory.set.strategy.MutableHashingStrategySetFactory
| Constructor and Description |
|---|
MutableHashingStrategySetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.eclipse.collections.api.set.MutableSet<T> |
of(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy) |
<T> org.eclipse.collections.api.set.MutableSet<T> |
of(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
T... items) |
<T> org.eclipse.collections.api.set.MutableSet<T> |
ofAll(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
Iterable<? extends T> items) |
<T> org.eclipse.collections.api.set.MutableSet<T> |
with(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy) |
<T> org.eclipse.collections.api.set.MutableSet<T> |
with(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
T... items) |
<T> org.eclipse.collections.api.set.MutableSet<T> |
withAll(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
Iterable<? extends T> items) |
public MutableHashingStrategySetFactoryImpl()
public <T> org.eclipse.collections.api.set.MutableSet<T> of(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy)
of in interface org.eclipse.collections.api.factory.set.strategy.MutableHashingStrategySetFactorypublic <T> org.eclipse.collections.api.set.MutableSet<T> with(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy)
with in interface org.eclipse.collections.api.factory.set.strategy.MutableHashingStrategySetFactorypublic <T> org.eclipse.collections.api.set.MutableSet<T> of(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
T... items)
of in interface org.eclipse.collections.api.factory.set.strategy.MutableHashingStrategySetFactorypublic <T> org.eclipse.collections.api.set.MutableSet<T> with(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
T... items)
with in interface org.eclipse.collections.api.factory.set.strategy.MutableHashingStrategySetFactorypublic <T> org.eclipse.collections.api.set.MutableSet<T> ofAll(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
Iterable<? extends T> items)
ofAll in interface org.eclipse.collections.api.factory.set.strategy.MutableHashingStrategySetFactorypublic <T> org.eclipse.collections.api.set.MutableSet<T> withAll(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
Iterable<? extends T> items)
withAll in interface org.eclipse.collections.api.factory.set.strategy.MutableHashingStrategySetFactoryCopyright © 2004–2017. All rights reserved.