public class ImmutableShortByteMapFactoryImpl extends Object implements ImmutableShortByteMapFactory
ImmutableShortByteMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.Constructor and Description |
---|
ImmutableShortByteMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
ImmutableShortByteMap |
empty() |
ImmutableShortByteMap |
of()
Same as
ImmutableShortByteMapFactory.empty() . |
ImmutableShortByteMap |
of(short key,
byte value)
|
ImmutableShortByteMap |
ofAll(ShortByteMap map)
|
ImmutableShortByteMap |
with()
Same as
ImmutableShortByteMapFactory.empty() . |
ImmutableShortByteMap |
with(short key,
byte value) |
ImmutableShortByteMap |
withAll(ShortByteMap map) |
public ImmutableShortByteMap empty()
empty
in interface ImmutableShortByteMapFactory
public ImmutableShortByteMap of()
ImmutableShortByteMapFactory
ImmutableShortByteMapFactory.empty()
.of
in interface ImmutableShortByteMapFactory
public ImmutableShortByteMap with()
ImmutableShortByteMapFactory
ImmutableShortByteMapFactory.empty()
.with
in interface ImmutableShortByteMapFactory
public ImmutableShortByteMap of(short key, byte value)
ImmutableShortByteMapFactory
of
in interface ImmutableShortByteMapFactory
public ImmutableShortByteMap with(short key, byte value)
with
in interface ImmutableShortByteMapFactory
public ImmutableShortByteMap ofAll(ShortByteMap map)
ImmutableShortByteMapFactory
ofAll
in interface ImmutableShortByteMapFactory
public ImmutableShortByteMap withAll(ShortByteMap map)
withAll
in interface ImmutableShortByteMapFactory
Copyright © 2004–2016. All rights reserved.