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(ShortIterable items)
Same as
withAll(ShortIterable) . |
MutableShortSet |
with()
Same as
empty() . |
MutableShortSet |
with(short... items) |
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)
Copyright © 2004–2016. All rights reserved.