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