@Immutable public final class ImmutableHashingStrategySetFactoryImpl extends Object implements org.eclipse.collections.api.factory.set.strategy.ImmutableHashingStrategySetFactory
| Constructor and Description |
|---|
ImmutableHashingStrategySetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.eclipse.collections.api.set.ImmutableSet<T> |
of(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy) |
<T> org.eclipse.collections.api.set.ImmutableSet<T> |
of(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
T... items) |
<T> org.eclipse.collections.api.set.ImmutableSet<T> |
ofAll(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
Iterable<? extends T> items) |
<T> org.eclipse.collections.api.set.ImmutableSet<T> |
with(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy) |
<T> org.eclipse.collections.api.set.ImmutableSet<T> |
with(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
T... items) |
<T> org.eclipse.collections.api.set.ImmutableSet<T> |
withAll(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
Iterable<? extends T> items) |
public ImmutableHashingStrategySetFactoryImpl()
public <T> org.eclipse.collections.api.set.ImmutableSet<T> of(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy)
of in interface org.eclipse.collections.api.factory.set.strategy.ImmutableHashingStrategySetFactorypublic <T> org.eclipse.collections.api.set.ImmutableSet<T> with(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy)
with in interface org.eclipse.collections.api.factory.set.strategy.ImmutableHashingStrategySetFactorypublic <T> org.eclipse.collections.api.set.ImmutableSet<T> of(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
T... items)
of in interface org.eclipse.collections.api.factory.set.strategy.ImmutableHashingStrategySetFactorypublic <T> org.eclipse.collections.api.set.ImmutableSet<T> with(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
T... items)
with in interface org.eclipse.collections.api.factory.set.strategy.ImmutableHashingStrategySetFactorypublic <T> org.eclipse.collections.api.set.ImmutableSet<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.ImmutableHashingStrategySetFactorypublic <T> org.eclipse.collections.api.set.ImmutableSet<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.ImmutableHashingStrategySetFactoryCopyright © 2004–2018. All rights reserved.