public interface MutableBagFactory
MutableBag.| Modifier and Type | Method and Description |
|---|---|
<T> MutableBag<T> |
of()
Same as
with(). |
<T> MutableBag<T> |
of(T... elements)
Same as
with(Object[]). |
<T> MutableBag<T> |
with() |
<T> MutableBag<T> |
with(T... elements) |
<T> MutableBag<T> of()
with().<T> MutableBag<T> with()
<T> MutableBag<T> of(T... elements)
with(Object[]).<T> MutableBag<T> with(T... elements)
Copyright © 2004–2017. All rights reserved.