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