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