ImmutableCharByteMapFactory
public class ImmutableCharByteMapFactoryImpl extends Object implements ImmutableCharByteMapFactory
ImmutableCharByteMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.Constructor | Description |
---|---|
ImmutableCharByteMapFactoryImpl() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableCharByteMap |
empty() |
|
ImmutableCharByteMap |
of() |
Same as
ImmutableCharByteMapFactory.empty() . |
ImmutableCharByteMap |
of(char key,
byte value) |
|
ImmutableCharByteMap |
ofAll(CharByteMap map) |
|
ImmutableCharByteMap |
with() |
Same as
ImmutableCharByteMapFactory.empty() . |
ImmutableCharByteMap |
with(char key,
byte value) |
|
ImmutableCharByteMap |
withAll(CharByteMap map) |
public ImmutableCharByteMap empty()
empty
in interface ImmutableCharByteMapFactory
public ImmutableCharByteMap of()
ImmutableCharByteMapFactory
ImmutableCharByteMapFactory.empty()
.of
in interface ImmutableCharByteMapFactory
public ImmutableCharByteMap with()
ImmutableCharByteMapFactory
ImmutableCharByteMapFactory.empty()
.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–2017. All rights reserved.