public class ImmutableDoubleByteMapFactoryImpl extends Object implements ImmutableDoubleByteMapFactory
ImmutableDoubleByteMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.Constructor and Description |
---|
ImmutableDoubleByteMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
ImmutableDoubleByteMap |
empty() |
ImmutableDoubleByteMap |
of()
|
ImmutableDoubleByteMap |
of(double key,
byte value)
|
ImmutableDoubleByteMap |
ofAll(DoubleByteMap map)
|
ImmutableDoubleByteMap |
with()
|
ImmutableDoubleByteMap |
with(double key,
byte value) |
ImmutableDoubleByteMap |
withAll(DoubleByteMap map) |
public ImmutableDoubleByteMap empty()
empty
in interface ImmutableDoubleByteMapFactory
public ImmutableDoubleByteMap of()
ImmutableDoubleByteMapFactory
of
in interface ImmutableDoubleByteMapFactory
public ImmutableDoubleByteMap with()
ImmutableDoubleByteMapFactory
with
in interface ImmutableDoubleByteMapFactory
public ImmutableDoubleByteMap of(double key, byte value)
ImmutableDoubleByteMapFactory
of
in interface ImmutableDoubleByteMapFactory
public ImmutableDoubleByteMap with(double key, byte value)
with
in interface ImmutableDoubleByteMapFactory
public ImmutableDoubleByteMap ofAll(DoubleByteMap map)
ImmutableDoubleByteMapFactory
ofAll
in interface ImmutableDoubleByteMapFactory
public ImmutableDoubleByteMap withAll(DoubleByteMap map)
withAll
in interface ImmutableDoubleByteMapFactory
Copyright © 2004–2016. All rights reserved.