public class ImmutableIntByteMapFactoryImpl extends Object implements ImmutableIntByteMapFactory
ImmutableIntByteMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntByteMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntByteMap |
of()
Same as
ImmutableIntByteMapFactory.with(). |
ImmutableIntByteMap |
of(int key,
byte value)
|
ImmutableIntByteMap |
ofAll(IntByteMap map)
|
ImmutableIntByteMap |
with() |
ImmutableIntByteMap |
with(int key,
byte value) |
ImmutableIntByteMap |
withAll(IntByteMap map) |
public ImmutableIntByteMap of()
ImmutableIntByteMapFactoryImmutableIntByteMapFactory.with().of in interface ImmutableIntByteMapFactorypublic ImmutableIntByteMap with()
with in interface ImmutableIntByteMapFactorypublic ImmutableIntByteMap of(int key, byte value)
ImmutableIntByteMapFactoryof in interface ImmutableIntByteMapFactorypublic ImmutableIntByteMap with(int key, byte value)
with in interface ImmutableIntByteMapFactorypublic ImmutableIntByteMap ofAll(IntByteMap map)
ImmutableIntByteMapFactoryofAll in interface ImmutableIntByteMapFactorypublic ImmutableIntByteMap withAll(IntByteMap map)
withAll in interface ImmutableIntByteMapFactoryCopyright © 2004–2017. All rights reserved.