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 |
of()
Same as
ImmutableCharLongMapFactory.with() . |
ImmutableCharLongMap |
of(char key,
long value)
|
ImmutableCharLongMap |
ofAll(CharLongMap map)
|
ImmutableCharLongMap |
with() |
ImmutableCharLongMap |
with(char key,
long value) |
ImmutableCharLongMap |
withAll(CharLongMap map) |
public ImmutableCharLongMap of()
ImmutableCharLongMapFactory
ImmutableCharLongMapFactory.with()
.of
in interface ImmutableCharLongMapFactory
public ImmutableCharLongMap with()
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–2017. All rights reserved.