@Immutable public class MutableHashingStrategyBagFactoryImpl extends Object implements org.eclipse.collections.api.factory.bag.strategy.MutableHashingStrategyBagFactory
| Constructor and Description |
|---|
MutableHashingStrategyBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.eclipse.collections.api.bag.MutableBag<T> |
empty(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy) |
<T> org.eclipse.collections.api.bag.MutableBag<T> |
of(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy) |
<T> org.eclipse.collections.api.bag.MutableBag<T> |
of(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
T... items) |
<T> org.eclipse.collections.api.bag.MutableBag<T> |
ofAll(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
Iterable<? extends T> items) |
<T> org.eclipse.collections.api.bag.MutableBag<T> |
with(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy) |
<T> org.eclipse.collections.api.bag.MutableBag<T> |
with(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
T... items) |
<T> org.eclipse.collections.api.bag.MutableBag<T> |
withAll(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
Iterable<? extends T> items) |
public MutableHashingStrategyBagFactoryImpl()
public <T> org.eclipse.collections.api.bag.MutableBag<T> of(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy)
of in interface org.eclipse.collections.api.factory.bag.strategy.MutableHashingStrategyBagFactorypublic <T> org.eclipse.collections.api.bag.MutableBag<T> empty(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy)
empty in interface org.eclipse.collections.api.factory.bag.strategy.MutableHashingStrategyBagFactorypublic <T> org.eclipse.collections.api.bag.MutableBag<T> with(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy)
with in interface org.eclipse.collections.api.factory.bag.strategy.MutableHashingStrategyBagFactorypublic <T> org.eclipse.collections.api.bag.MutableBag<T> of(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
T... items)
of in interface org.eclipse.collections.api.factory.bag.strategy.MutableHashingStrategyBagFactorypublic <T> org.eclipse.collections.api.bag.MutableBag<T> with(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
T... items)
with in interface org.eclipse.collections.api.factory.bag.strategy.MutableHashingStrategyBagFactorypublic <T> org.eclipse.collections.api.bag.MutableBag<T> ofAll(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
Iterable<? extends T> items)
ofAll in interface org.eclipse.collections.api.factory.bag.strategy.MutableHashingStrategyBagFactorypublic <T> org.eclipse.collections.api.bag.MutableBag<T> withAll(org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy,
Iterable<? extends T> items)
withAll in interface org.eclipse.collections.api.factory.bag.strategy.MutableHashingStrategyBagFactoryCopyright © 2004–2017. All rights reserved.