@Immutable public final class ImmutableBagFactoryImpl extends Object implements ImmutableBagFactory
Constructor and Description |
---|
ImmutableBagFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
<T> ImmutableBag<T> |
of()
Same as
ImmutableBagFactory.with() . |
<T> ImmutableBag<T> |
of(T... elements)
Same as
ImmutableBagFactory.with(Object[]) . |
<T> ImmutableBag<T> |
of(T element)
Same as
ImmutableBagFactory.with(Object) . |
<T> ImmutableBag<T> |
ofAll(Iterable<? extends T> items)
|
<T> ImmutableBag<T> |
with() |
<T> ImmutableBag<T> |
with(T... elements) |
<T> ImmutableBag<T> |
with(T element) |
<T> ImmutableBag<T> |
withAll(Iterable<? extends T> items) |
public <T> ImmutableBag<T> of()
ImmutableBagFactory
ImmutableBagFactory.with()
.of
in interface ImmutableBagFactory
public <T> ImmutableBag<T> with()
with
in interface ImmutableBagFactory
public <T> ImmutableBag<T> of(T element)
ImmutableBagFactory
ImmutableBagFactory.with(Object)
.of
in interface ImmutableBagFactory
public <T> ImmutableBag<T> with(T element)
with
in interface ImmutableBagFactory
public <T> ImmutableBag<T> of(T... elements)
ImmutableBagFactory
ImmutableBagFactory.with(Object[])
.of
in interface ImmutableBagFactory
public <T> ImmutableBag<T> with(T... elements)
with
in interface ImmutableBagFactory
public <T> ImmutableBag<T> ofAll(Iterable<? extends T> items)
ImmutableBagFactory
ofAll
in interface ImmutableBagFactory
public <T> ImmutableBag<T> withAll(Iterable<? extends T> items)
withAll
in interface ImmutableBagFactory
Copyright © 2004–2017. All rights reserved.