public interface MutableShortSetFactory
MutableShortSet.
This file was automatically generated from template file mutablePrimitiveSetFactory.stg.| Modifier and Type | Method and Description |
|---|---|
MutableShortSet |
empty() |
MutableShortSet |
of()
Same as
empty(). |
MutableShortSet |
of(short... items)
Same as
with(short[]). |
MutableShortSet |
ofAll(Iterable<Short> iterable)
Same as
withAll(Iterable). |
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) |
default MutableShortSet |
withInitialCapacity(int capacity)
Same as
empty(). |
MutableShortSet empty()
MutableShortSet of()
empty().MutableShortSet with()
empty().default MutableShortSet withInitialCapacity(int capacity)
empty(). but takes in an initial capacityMutableShortSet 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(Iterable).MutableShortSet withAll(Iterable<Short> iterable)
Copyright © 2004–2021. All rights reserved.