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