ImmutableHashingStrategySetFactory@Immutable public final class ImmutableHashingStrategySetFactoryImpl extends Object implements ImmutableHashingStrategySetFactory
| Constructor | Description |
|---|---|
ImmutableHashingStrategySetFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
<T> ImmutableSet<T> |
of(HashingStrategy<? super T> hashingStrategy) |
|
<T> ImmutableSet<T> |
of(HashingStrategy<? super T> hashingStrategy,
T... items) |
|
<T> ImmutableSet<T> |
ofAll(HashingStrategy<? super T> hashingStrategy,
Iterable<? extends T> items) |
|
<T> ImmutableSet<T> |
with(HashingStrategy<? super T> hashingStrategy) |
|
<T> ImmutableSet<T> |
with(HashingStrategy<? super T> hashingStrategy,
T... items) |
|
<T> ImmutableSet<T> |
withAll(HashingStrategy<? super T> hashingStrategy,
Iterable<? extends T> items) |
public ImmutableHashingStrategySetFactoryImpl()
public <T> ImmutableSet<T> of(HashingStrategy<? super T> hashingStrategy)
ImmutableHashingStrategySetFactoryof in interface ImmutableHashingStrategySetFactorypublic <T> ImmutableSet<T> with(HashingStrategy<? super T> hashingStrategy)
with in interface ImmutableHashingStrategySetFactorypublic <T> ImmutableSet<T> of(HashingStrategy<? super T> hashingStrategy, T... items)
ImmutableHashingStrategySetFactoryof in interface ImmutableHashingStrategySetFactorypublic <T> ImmutableSet<T> with(HashingStrategy<? super T> hashingStrategy, T... items)
with in interface ImmutableHashingStrategySetFactorypublic <T> ImmutableSet<T> ofAll(HashingStrategy<? super T> hashingStrategy, Iterable<? extends T> items)
ImmutableHashingStrategySetFactoryofAll in interface ImmutableHashingStrategySetFactorypublic <T> ImmutableSet<T> withAll(HashingStrategy<? super T> hashingStrategy, Iterable<? extends T> items)
withAll in interface ImmutableHashingStrategySetFactoryCopyright © 2004–2017. All rights reserved.