public class ImmutableByteIntMapFactoryImpl extends Object implements ImmutableByteIntMapFactory
ImmutableByteIntMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableByteIntMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteIntMap |
of()
Same as
ImmutableByteIntMapFactory.with(). |
ImmutableByteIntMap |
of(byte key,
int value)
|
ImmutableByteIntMap |
ofAll(ByteIntMap map)
|
ImmutableByteIntMap |
with() |
ImmutableByteIntMap |
with(byte key,
int value) |
ImmutableByteIntMap |
withAll(ByteIntMap map) |
public ImmutableByteIntMap of()
ImmutableByteIntMapFactoryImmutableByteIntMapFactory.with().of in interface ImmutableByteIntMapFactorypublic ImmutableByteIntMap with()
with in interface ImmutableByteIntMapFactorypublic ImmutableByteIntMap of(byte key, int value)
ImmutableByteIntMapFactoryof in interface ImmutableByteIntMapFactorypublic ImmutableByteIntMap with(byte key, int value)
with in interface ImmutableByteIntMapFactorypublic ImmutableByteIntMap ofAll(ByteIntMap map)
ImmutableByteIntMapFactoryofAll in interface ImmutableByteIntMapFactorypublic ImmutableByteIntMap withAll(ByteIntMap map)
withAll in interface ImmutableByteIntMapFactoryCopyright © 2004–2017. All rights reserved.