public interface ImmutableObjectByteMapFactory
ImmutableObjectByteMap.
This file was automatically generated from template file immutableObjectPrimitiveMapFactory.stg.| Modifier and Type | Method and Description |
|---|---|
<K> ImmutableObjectByteMap<K> |
empty() |
<K> ImmutableObjectByteMap<K> |
of()
Same as
empty(). |
<K> ImmutableObjectByteMap<K> |
of(K key,
byte value)
Same as
with(Object, byte). |
<K> ImmutableObjectByteMap<K> |
ofAll(ObjectByteMap<? extends K> map)
Same as
withAll(ObjectByteMap). |
<K> ImmutableObjectByteMap<K> |
with()
Same as
empty(). |
<K> ImmutableObjectByteMap<K> |
with(K key,
byte value) |
<K> ImmutableObjectByteMap<K> |
withAll(ObjectByteMap<? extends K> map) |
<K> ImmutableObjectByteMap<K> empty()
<K> ImmutableObjectByteMap<K> of()
empty().<K> ImmutableObjectByteMap<K> with()
empty().<K> ImmutableObjectByteMap<K> of(K key, byte value)
with(Object, byte).<K> ImmutableObjectByteMap<K> with(K key, byte value)
<K> ImmutableObjectByteMap<K> ofAll(ObjectByteMap<? extends K> map)
withAll(ObjectByteMap).<K> ImmutableObjectByteMap<K> withAll(ObjectByteMap<? extends K> map)
Copyright © 2004–2016. All rights reserved.