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 |
of()
Same as
ImmutableDoubleByteMapFactory.with() . |
ImmutableDoubleByteMap |
of(double key,
byte value)
|
ImmutableDoubleByteMap |
ofAll(DoubleByteMap map)
|
ImmutableDoubleByteMap |
with() |
ImmutableDoubleByteMap |
with(double key,
byte value) |
ImmutableDoubleByteMap |
withAll(DoubleByteMap map) |
public ImmutableDoubleByteMap of()
ImmutableDoubleByteMapFactory
ImmutableDoubleByteMapFactory.with()
.of
in interface ImmutableDoubleByteMapFactory
public ImmutableDoubleByteMap with()
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–2018. All rights reserved.