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