MutableShortIntMapFactory
public class MutableShortIntMapFactoryImpl extends Object implements MutableShortIntMapFactory
MutableShortIntMap
.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.Constructor | Description |
---|---|
MutableShortIntMapFactoryImpl() |
Modifier and Type | Method | Description |
---|---|---|
MutableShortIntMap |
empty() |
|
MutableShortIntMap |
of() |
Same as
MutableShortIntMapFactory.empty() . |
MutableShortIntMap |
ofAll(ShortIntMap map) |
|
MutableShortIntMap |
with() |
Same as
MutableShortIntMapFactory.empty() . |
MutableShortIntMap |
withAll(ShortIntMap map) |
public MutableShortIntMap empty()
empty
in interface MutableShortIntMapFactory
public MutableShortIntMap of()
MutableShortIntMapFactory
MutableShortIntMapFactory.empty()
.of
in interface MutableShortIntMapFactory
public MutableShortIntMap with()
MutableShortIntMapFactory
MutableShortIntMapFactory.empty()
.with
in interface MutableShortIntMapFactory
public MutableShortIntMap ofAll(ShortIntMap map)
MutableShortIntMapFactory
ofAll
in interface MutableShortIntMapFactory
public MutableShortIntMap withAll(ShortIntMap map)
withAll
in interface MutableShortIntMapFactory
Copyright © 2004–2017. All rights reserved.