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