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