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