public class MutableShortIntMapFactoryImpl extends Object implements MutableShortIntMapFactory
MutableShortIntMap
.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.Constructor and Description |
---|
MutableShortIntMapFactoryImpl() |
Modifier and Type | Method and 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–2016. All rights reserved.