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 |
empty() |
ImmutableIntByteMap |
of()
Same as
ImmutableIntByteMapFactory.empty() . |
ImmutableIntByteMap |
of(int key,
byte value)
|
ImmutableIntByteMap |
ofAll(IntByteMap map)
|
ImmutableIntByteMap |
with()
Same as
ImmutableIntByteMapFactory.empty() . |
ImmutableIntByteMap |
with(int key,
byte value) |
ImmutableIntByteMap |
withAll(IntByteMap map) |
public ImmutableIntByteMap empty()
empty
in interface ImmutableIntByteMapFactory
public ImmutableIntByteMap of()
ImmutableIntByteMapFactory
ImmutableIntByteMapFactory.empty()
.of
in interface ImmutableIntByteMapFactory
public ImmutableIntByteMap with()
ImmutableIntByteMapFactory
ImmutableIntByteMapFactory.empty()
.with
in interface ImmutableIntByteMapFactory
public ImmutableIntByteMap of(int key, byte value)
ImmutableIntByteMapFactory
of
in interface ImmutableIntByteMapFactory
public ImmutableIntByteMap with(int key, byte value)
with
in interface ImmutableIntByteMapFactory
public ImmutableIntByteMap ofAll(IntByteMap map)
ImmutableIntByteMapFactory
ofAll
in interface ImmutableIntByteMapFactory
public ImmutableIntByteMap withAll(IntByteMap map)
withAll
in interface ImmutableIntByteMapFactory
Copyright © 2004–2016. All rights reserved.