public class ImmutableLongByteMapFactoryImpl extends Object implements ImmutableLongByteMapFactory
ImmutableLongByteMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.Constructor and Description |
---|
ImmutableLongByteMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
ImmutableLongByteMap |
of()
Same as
ImmutableLongByteMapFactory.with() . |
ImmutableLongByteMap |
of(long key,
byte value)
|
ImmutableLongByteMap |
ofAll(LongByteMap map)
|
ImmutableLongByteMap |
with() |
ImmutableLongByteMap |
with(long key,
byte value) |
ImmutableLongByteMap |
withAll(LongByteMap map) |
public ImmutableLongByteMap of()
ImmutableLongByteMapFactory
ImmutableLongByteMapFactory.with()
.of
in interface ImmutableLongByteMapFactory
public ImmutableLongByteMap with()
with
in interface ImmutableLongByteMapFactory
public ImmutableLongByteMap of(long key, byte value)
ImmutableLongByteMapFactory
of
in interface ImmutableLongByteMapFactory
public ImmutableLongByteMap with(long key, byte value)
with
in interface ImmutableLongByteMapFactory
public ImmutableLongByteMap ofAll(LongByteMap map)
ImmutableLongByteMapFactory
ofAll
in interface ImmutableLongByteMapFactory
public ImmutableLongByteMap withAll(LongByteMap map)
withAll
in interface ImmutableLongByteMapFactory
Copyright © 2004–2016. All rights reserved.