@Immutable public final class ImmutableBagFactoryImpl extends Object implements org.eclipse.collections.api.factory.bag.ImmutableBagFactory
| Constructor and Description |
|---|
ImmutableBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.eclipse.collections.api.bag.ImmutableBag<T> |
empty() |
<T> org.eclipse.collections.api.bag.ImmutableBag<T> |
of() |
<T> org.eclipse.collections.api.bag.ImmutableBag<T> |
of(T... elements) |
<T> org.eclipse.collections.api.bag.ImmutableBag<T> |
of(T element) |
<T> org.eclipse.collections.api.bag.ImmutableBag<T> |
ofAll(Iterable<? extends T> items) |
<T> org.eclipse.collections.api.bag.ImmutableBag<T> |
with() |
<T> org.eclipse.collections.api.bag.ImmutableBag<T> |
with(T... elements) |
<T> org.eclipse.collections.api.bag.ImmutableBag<T> |
with(T element) |
<T> org.eclipse.collections.api.bag.ImmutableBag<T> |
withAll(Iterable<? extends T> items) |
public <T> org.eclipse.collections.api.bag.ImmutableBag<T> empty()
empty in interface org.eclipse.collections.api.factory.bag.ImmutableBagFactorypublic <T> org.eclipse.collections.api.bag.ImmutableBag<T> of()
of in interface org.eclipse.collections.api.factory.bag.ImmutableBagFactorypublic <T> org.eclipse.collections.api.bag.ImmutableBag<T> with()
with in interface org.eclipse.collections.api.factory.bag.ImmutableBagFactorypublic <T> org.eclipse.collections.api.bag.ImmutableBag<T> of(T element)
of in interface org.eclipse.collections.api.factory.bag.ImmutableBagFactorypublic <T> org.eclipse.collections.api.bag.ImmutableBag<T> with(T element)
with in interface org.eclipse.collections.api.factory.bag.ImmutableBagFactorypublic <T> org.eclipse.collections.api.bag.ImmutableBag<T> of(T... elements)
of in interface org.eclipse.collections.api.factory.bag.ImmutableBagFactorypublic <T> org.eclipse.collections.api.bag.ImmutableBag<T> with(T... elements)
with in interface org.eclipse.collections.api.factory.bag.ImmutableBagFactorypublic <T> org.eclipse.collections.api.bag.ImmutableBag<T> ofAll(Iterable<? extends T> items)
ofAll in interface org.eclipse.collections.api.factory.bag.ImmutableBagFactorypublic <T> org.eclipse.collections.api.bag.ImmutableBag<T> withAll(Iterable<? extends T> items)
withAll in interface org.eclipse.collections.api.factory.bag.ImmutableBagFactoryCopyright © 2004–2017. All rights reserved.