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 |
empty() |
ImmutableLongByteMap |
of()
Same as
ImmutableLongByteMapFactory.empty() . |
ImmutableLongByteMap |
of(long key,
byte value)
|
ImmutableLongByteMap |
ofAll(LongByteMap map)
|
ImmutableLongByteMap |
with()
Same as
ImmutableLongByteMapFactory.empty() . |
ImmutableLongByteMap |
with(long key,
byte value) |
ImmutableLongByteMap |
withAll(LongByteMap map) |
public ImmutableLongByteMap empty()
empty
in interface ImmutableLongByteMapFactory
public ImmutableLongByteMap of()
ImmutableLongByteMapFactory
ImmutableLongByteMapFactory.empty()
.of
in interface ImmutableLongByteMapFactory
public ImmutableLongByteMap with()
ImmutableLongByteMapFactory
ImmutableLongByteMapFactory.empty()
.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.