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