ImmutableByteByteMapFactory
public class ImmutableByteByteMapFactoryImpl extends Object implements ImmutableByteByteMapFactory
ImmutableByteByteMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.Constructor | Description |
---|---|
ImmutableByteByteMapFactoryImpl() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableByteByteMap |
empty() |
|
ImmutableByteByteMap |
of() |
Same as
ImmutableByteByteMapFactory.empty() . |
ImmutableByteByteMap |
of(byte key,
byte value) |
|
ImmutableByteByteMap |
ofAll(ByteByteMap map) |
|
ImmutableByteByteMap |
with() |
Same as
ImmutableByteByteMapFactory.empty() . |
ImmutableByteByteMap |
with(byte key,
byte value) |
|
ImmutableByteByteMap |
withAll(ByteByteMap map) |
public ImmutableByteByteMap empty()
empty
in interface ImmutableByteByteMapFactory
public ImmutableByteByteMap of()
ImmutableByteByteMapFactory
ImmutableByteByteMapFactory.empty()
.of
in interface ImmutableByteByteMapFactory
public ImmutableByteByteMap with()
ImmutableByteByteMapFactory
ImmutableByteByteMapFactory.empty()
.with
in interface ImmutableByteByteMapFactory
public ImmutableByteByteMap of(byte key, byte value)
ImmutableByteByteMapFactory
of
in interface ImmutableByteByteMapFactory
public ImmutableByteByteMap with(byte key, byte value)
with
in interface ImmutableByteByteMapFactory
public ImmutableByteByteMap ofAll(ByteByteMap map)
ImmutableByteByteMapFactory
ofAll
in interface ImmutableByteByteMapFactory
public ImmutableByteByteMap withAll(ByteByteMap map)
withAll
in interface ImmutableByteByteMapFactory
Copyright © 2004–2017. All rights reserved.