MutableShortSetFactory
public class MutableShortSetFactoryImpl extends Object implements MutableShortSetFactory
MutableShortSet
.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.Constructor | Description |
---|---|
MutableShortSetFactoryImpl() |
Modifier and Type | Method | Description |
---|---|---|
MutableShortSet |
empty() |
|
MutableShortSet |
of() |
Same as
MutableShortSetFactory.empty() . |
MutableShortSet |
of(short... items) |
Same as
MutableShortSetFactory.with(short[]) . |
MutableShortSet |
ofAll(ShortIterable items) |
|
MutableShortSet |
with() |
Same as
MutableShortSetFactory.empty() . |
MutableShortSet |
with(short... items) |
|
MutableShortSet |
withAll(ShortIterable items) |
public MutableShortSet empty()
empty
in interface MutableShortSetFactory
public MutableShortSet of()
MutableShortSetFactory
MutableShortSetFactory.empty()
.of
in interface MutableShortSetFactory
public MutableShortSet with()
MutableShortSetFactory
MutableShortSetFactory.empty()
.with
in interface MutableShortSetFactory
public MutableShortSet of(short... items)
MutableShortSetFactory
MutableShortSetFactory.with(short[])
.of
in interface MutableShortSetFactory
public MutableShortSet with(short... items)
with
in interface MutableShortSetFactory
public MutableShortSet ofAll(ShortIterable items)
MutableShortSetFactory
ofAll
in interface MutableShortSetFactory
public MutableShortSet withAll(ShortIterable items)
withAll
in interface MutableShortSetFactory
Copyright © 2004–2017. All rights reserved.