public interface MutableHashingStrategySetFactory
Modifier and Type | Method and Description |
---|---|
<T> MutableSet<T> |
of(HashingStrategy<? super T> hashingStrategy)
Same as
with(HashingStrategy) . |
<T> MutableSet<T> |
of(HashingStrategy<? super T> hashingStrategy,
T... items)
Same as
with(HashingStrategy, Object[]) . |
<T> MutableSet<T> |
ofAll(HashingStrategy<? super T> hashingStrategy,
Iterable<? extends T> items)
Same as
withAll(HashingStrategy, Iterable) . |
<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) |
<T> MutableSet<T> of(HashingStrategy<? super T> hashingStrategy)
with(HashingStrategy)
.<T> MutableSet<T> with(HashingStrategy<? super T> hashingStrategy)
<T> MutableSet<T> of(HashingStrategy<? super T> hashingStrategy, T... items)
with(HashingStrategy, Object[])
.<T> MutableSet<T> with(HashingStrategy<? super T> hashingStrategy, T... items)
<T> MutableSet<T> ofAll(HashingStrategy<? super T> hashingStrategy, Iterable<? extends T> items)
withAll(HashingStrategy, Iterable)
.<T> MutableSet<T> withAll(HashingStrategy<? super T> hashingStrategy, Iterable<? extends T> items)
Copyright © 2004–2016. All rights reserved.