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