@Immutable public final class MutableBagFactoryImpl extends Object implements org.eclipse.collections.api.factory.bag.MutableBagFactory
| Constructor and Description |
|---|
MutableBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.eclipse.collections.api.bag.MutableBag<T> |
empty() |
<T> org.eclipse.collections.api.bag.MutableBag<T> |
of() |
<T> org.eclipse.collections.api.bag.MutableBag<T> |
of(T... elements) |
<T> org.eclipse.collections.api.bag.MutableBag<T> |
with() |
<T> org.eclipse.collections.api.bag.MutableBag<T> |
with(T... elements) |
public <T> org.eclipse.collections.api.bag.MutableBag<T> empty()
empty in interface org.eclipse.collections.api.factory.bag.MutableBagFactorypublic <T> org.eclipse.collections.api.bag.MutableBag<T> of()
of in interface org.eclipse.collections.api.factory.bag.MutableBagFactorypublic <T> org.eclipse.collections.api.bag.MutableBag<T> with()
with in interface org.eclipse.collections.api.factory.bag.MutableBagFactorypublic <T> org.eclipse.collections.api.bag.MutableBag<T> of(T... elements)
of in interface org.eclipse.collections.api.factory.bag.MutableBagFactorypublic <T> org.eclipse.collections.api.bag.MutableBag<T> with(T... elements)
with in interface org.eclipse.collections.api.factory.bag.MutableBagFactoryCopyright © 2004–2018. All rights reserved.