@Immutable
public final class ImmutableHashingStrategySetFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.set.strategy.ImmutableHashingStrategySetFactory
| Constructor and Description |
|---|
ImmutableHashingStrategySetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> com.gs.collections.api.set.ImmutableSet<T> |
of(com.gs.collections.api.block.HashingStrategy<? super T> hashingStrategy)
Same as
ImmutableHashingStrategySetFactory.with(HashingStrategy). |
<T> com.gs.collections.api.set.ImmutableSet<T> |
of(com.gs.collections.api.block.HashingStrategy<? super T> hashingStrategy,
T... items)
Same as
ImmutableHashingStrategySetFactory.with(com.gs.collections.api.block.HashingStrategy, Object[]). |
<T> com.gs.collections.api.set.ImmutableSet<T> |
ofAll(com.gs.collections.api.block.HashingStrategy<? super T> hashingStrategy,
java.lang.Iterable<? extends T> items)
Same as
ImmutableHashingStrategySetFactory.withAll(HashingStrategy, Iterable). |
<T> com.gs.collections.api.set.ImmutableSet<T> |
with(com.gs.collections.api.block.HashingStrategy<? super T> hashingStrategy) |
<T> com.gs.collections.api.set.ImmutableSet<T> |
with(com.gs.collections.api.block.HashingStrategy<? super T> hashingStrategy,
T... items) |
<T> com.gs.collections.api.set.ImmutableSet<T> |
withAll(com.gs.collections.api.block.HashingStrategy<? super T> hashingStrategy,
java.lang.Iterable<? extends T> items) |
public ImmutableHashingStrategySetFactoryImpl()
public <T> com.gs.collections.api.set.ImmutableSet<T> of(com.gs.collections.api.block.HashingStrategy<? super T> hashingStrategy)
com.gs.collections.api.factory.set.strategy.ImmutableHashingStrategySetFactoryImmutableHashingStrategySetFactory.with(HashingStrategy).of in interface com.gs.collections.api.factory.set.strategy.ImmutableHashingStrategySetFactorypublic <T> com.gs.collections.api.set.ImmutableSet<T> with(com.gs.collections.api.block.HashingStrategy<? super T> hashingStrategy)
with in interface com.gs.collections.api.factory.set.strategy.ImmutableHashingStrategySetFactorypublic <T> com.gs.collections.api.set.ImmutableSet<T> of(com.gs.collections.api.block.HashingStrategy<? super T> hashingStrategy,
T... items)
com.gs.collections.api.factory.set.strategy.ImmutableHashingStrategySetFactoryImmutableHashingStrategySetFactory.with(com.gs.collections.api.block.HashingStrategy, Object[]).of in interface com.gs.collections.api.factory.set.strategy.ImmutableHashingStrategySetFactorypublic <T> com.gs.collections.api.set.ImmutableSet<T> with(com.gs.collections.api.block.HashingStrategy<? super T> hashingStrategy,
T... items)
with in interface com.gs.collections.api.factory.set.strategy.ImmutableHashingStrategySetFactorypublic <T> com.gs.collections.api.set.ImmutableSet<T> ofAll(com.gs.collections.api.block.HashingStrategy<? super T> hashingStrategy,
java.lang.Iterable<? extends T> items)
com.gs.collections.api.factory.set.strategy.ImmutableHashingStrategySetFactoryImmutableHashingStrategySetFactory.withAll(HashingStrategy, Iterable).ofAll in interface com.gs.collections.api.factory.set.strategy.ImmutableHashingStrategySetFactorypublic <T> com.gs.collections.api.set.ImmutableSet<T> withAll(com.gs.collections.api.block.HashingStrategy<? super T> hashingStrategy,
java.lang.Iterable<? extends T> items)
withAll in interface com.gs.collections.api.factory.set.strategy.ImmutableHashingStrategySetFactory