MutableShortBagFactoryImpl
public interface MutableShortBagFactory
MutableShortBag
.
This file was automatically generated from template file mutablePrimitiveBagFactory.stg.Modifier and Type | Method | Description |
---|---|---|
MutableShortBag |
empty() |
|
MutableShortBag |
of() |
Same as
empty() . |
MutableShortBag |
of(short... items) |
Same as
with(short[]) . |
MutableShortBag |
ofAll(Iterable<Short> iterable) |
Same as
#withAll(IterableShort) . |
MutableShortBag |
ofAll(ShortIterable items) |
Same as
withAll(ShortIterable) . |
MutableShortBag |
with() |
Same as
empty() . |
MutableShortBag |
with(short... items) |
|
MutableShortBag |
withAll(Iterable<Short> iterable) |
|
MutableShortBag |
withAll(ShortIterable items) |
MutableShortBag empty()
MutableShortBag of()
empty()
.MutableShortBag with()
empty()
.MutableShortBag of(short... items)
with(short[])
.MutableShortBag with(short... items)
MutableShortBag ofAll(ShortIterable items)
withAll(ShortIterable)
.MutableShortBag withAll(ShortIterable items)
MutableShortBag ofAll(Iterable<Short> iterable)
#withAll(IterableShort)
.MutableShortBag withAll(Iterable<Short> iterable)
Copyright © 2004–2019. All rights reserved.