ImmutableByteObjectMapFactoryImplpublic interface ImmutableByteObjectMapFactory
ImmutableByteObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableByteObjectMap<V> |
empty() |
|
<V> ImmutableByteObjectMap<V> |
of() |
Same as
empty(). |
<V> ImmutableByteObjectMap<V> |
of(byte key,
V value) |
Same as
with(byte, Object). |
<V> ImmutableByteObjectMap<V> |
ofAll(ByteObjectMap<? extends V> map) |
Same as
withAll(ByteObjectMap). |
<V> ImmutableByteObjectMap<V> |
with() |
Same as
empty(). |
<V> ImmutableByteObjectMap<V> |
with(byte key,
V value) |
|
<V> ImmutableByteObjectMap<V> |
withAll(ByteObjectMap<? extends V> map) |
<V> ImmutableByteObjectMap<V> empty()
<V> ImmutableByteObjectMap<V> of()
empty().<V> ImmutableByteObjectMap<V> with()
empty().<V> ImmutableByteObjectMap<V> of(byte key, V value)
with(byte, Object).<V> ImmutableByteObjectMap<V> with(byte key, V value)
<V> ImmutableByteObjectMap<V> ofAll(ByteObjectMap<? extends V> map)
withAll(ByteObjectMap).<V> ImmutableByteObjectMap<V> withAll(ByteObjectMap<? extends V> map)
Copyright © 2004–2018. All rights reserved.