public class ImmutableByteObjectMapFactoryImpl extends Object implements ImmutableByteObjectMapFactory
ImmutableByteObjectMap
.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.Constructor and Description |
---|
ImmutableByteObjectMapFactoryImpl() |
Modifier and Type | Method and 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 ImmutableByteObjectMapFactory
public <V> ImmutableByteObjectMap<V> of()
ImmutableByteObjectMapFactory
of
in interface ImmutableByteObjectMapFactory
public <V> ImmutableByteObjectMap<V> with()
ImmutableByteObjectMapFactory
with
in interface ImmutableByteObjectMapFactory
public <V> ImmutableByteObjectMap<V> of(byte key, V value)
ImmutableByteObjectMapFactory
of
in interface ImmutableByteObjectMapFactory
public <V> ImmutableByteObjectMap<V> with(byte key, V value)
with
in interface ImmutableByteObjectMapFactory
public <V> ImmutableByteObjectMap<V> ofAll(ByteObjectMap<? extends V> map)
ImmutableByteObjectMapFactory
ofAll
in interface ImmutableByteObjectMapFactory
public <V> ImmutableByteObjectMap<V> withAll(ByteObjectMap<? extends V> map)
withAll
in interface ImmutableByteObjectMapFactory
Copyright © 2004–2016. All rights reserved.