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