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