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