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