ImmutableObjectByteMapFactorypublic class ImmutableObjectByteMapFactoryImpl extends Object implements ImmutableObjectByteMapFactory
ImmutableObjectByteMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactoryImpl.stg.| Constructor | Description |
|---|---|
ImmutableObjectByteMapFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
<K> ImmutableObjectByteMap<K> |
empty() |
|
<K> ImmutableObjectByteMap<K> |
of() |
|
<K> ImmutableObjectByteMap<K> |
of(K key,
byte value) |
|
<K> ImmutableObjectByteMap<K> |
ofAll(ObjectByteMap<? extends K> map) |
|
<K> ImmutableObjectByteMap<K> |
with() |
|
<K> ImmutableObjectByteMap<K> |
with(K key,
byte value) |
|
<K> ImmutableObjectByteMap<K> |
withAll(ObjectByteMap<? extends K> map) |
public <K> ImmutableObjectByteMap<K> empty()
empty in interface ImmutableObjectByteMapFactorypublic <K> ImmutableObjectByteMap<K> of()
ImmutableObjectByteMapFactoryof in interface ImmutableObjectByteMapFactorypublic <K> ImmutableObjectByteMap<K> with()
ImmutableObjectByteMapFactorywith in interface ImmutableObjectByteMapFactorypublic <K> ImmutableObjectByteMap<K> of(K key, byte value)
ImmutableObjectByteMapFactoryof in interface ImmutableObjectByteMapFactorypublic <K> ImmutableObjectByteMap<K> with(K key, byte value)
with in interface ImmutableObjectByteMapFactorypublic <K> ImmutableObjectByteMap<K> ofAll(ObjectByteMap<? extends K> map)
ImmutableObjectByteMapFactoryofAll in interface ImmutableObjectByteMapFactorypublic <K> ImmutableObjectByteMap<K> withAll(ObjectByteMap<? extends K> map)
withAll in interface ImmutableObjectByteMapFactoryCopyright © 2004–2017. All rights reserved.