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