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