public class ImmutableFloatCharMapFactoryImpl extends Object implements ImmutableFloatCharMapFactory
ImmutableFloatCharMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.Constructor and Description |
---|
ImmutableFloatCharMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
ImmutableFloatCharMap |
of()
Same as
ImmutableFloatCharMapFactory.with() . |
ImmutableFloatCharMap |
of(float key,
char value)
|
ImmutableFloatCharMap |
ofAll(FloatCharMap map)
|
ImmutableFloatCharMap |
with() |
ImmutableFloatCharMap |
with(float key,
char value) |
ImmutableFloatCharMap |
withAll(FloatCharMap map) |
public ImmutableFloatCharMap of()
ImmutableFloatCharMapFactory
ImmutableFloatCharMapFactory.with()
.of
in interface ImmutableFloatCharMapFactory
public ImmutableFloatCharMap with()
with
in interface ImmutableFloatCharMapFactory
public ImmutableFloatCharMap of(float key, char value)
ImmutableFloatCharMapFactory
of
in interface ImmutableFloatCharMapFactory
public ImmutableFloatCharMap with(float key, char value)
with
in interface ImmutableFloatCharMapFactory
public ImmutableFloatCharMap ofAll(FloatCharMap map)
ImmutableFloatCharMapFactory
ofAll
in interface ImmutableFloatCharMapFactory
public ImmutableFloatCharMap withAll(FloatCharMap map)
withAll
in interface ImmutableFloatCharMapFactory
Copyright © 2004–2019. All rights reserved.