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