ImmutableByteObjectMapFactorypublic class ImmutableByteObjectMapFactoryImpl extends Object implements ImmutableByteObjectMapFactory
ImmutableByteObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Constructor | Description |
|---|---|
ImmutableByteObjectMapFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableByteObjectMap<V> |
empty() |
|
<V> ImmutableByteObjectMap<V> |
of() |
|
<V> ImmutableByteObjectMap<V> |
of(byte key,
V value) |
|
<V> ImmutableByteObjectMap<V> |
ofAll(ByteObjectMap<? extends V> map) |
|
<V> ImmutableByteObjectMap<V> |
with() |
|
<V> ImmutableByteObjectMap<V> |
with(byte key,
V value) |
|
<V> ImmutableByteObjectMap<V> |
withAll(ByteObjectMap<? extends V> map) |
public <V> ImmutableByteObjectMap<V> empty()
empty in interface ImmutableByteObjectMapFactorypublic <V> ImmutableByteObjectMap<V> of()
ImmutableByteObjectMapFactoryof in interface ImmutableByteObjectMapFactorypublic <V> ImmutableByteObjectMap<V> with()
ImmutableByteObjectMapFactorywith in interface ImmutableByteObjectMapFactorypublic <V> ImmutableByteObjectMap<V> of(byte key, V value)
ImmutableByteObjectMapFactoryof in interface ImmutableByteObjectMapFactorypublic <V> ImmutableByteObjectMap<V> with(byte key, V value)
with in interface ImmutableByteObjectMapFactorypublic <V> ImmutableByteObjectMap<V> ofAll(ByteObjectMap<? extends V> map)
ImmutableByteObjectMapFactoryofAll in interface ImmutableByteObjectMapFactorypublic <V> ImmutableByteObjectMap<V> withAll(ByteObjectMap<? extends V> map)
withAll in interface ImmutableByteObjectMapFactoryCopyright © 2004–2017. All rights reserved.