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