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