ImmutableByteObjectMapFactorypublic enum ImmutableByteObjectMapFactoryImpl extends java.lang.Enum<ImmutableByteObjectMapFactoryImpl> implements ImmutableByteObjectMapFactory
ImmutableByteObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| 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) |
|
static ImmutableByteObjectMapFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ImmutableByteObjectMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
<V> ImmutableByteObjectMap<V> |
with() |
|
<V> ImmutableByteObjectMap<V> |
with(byte key,
V value) |
|
<V> ImmutableByteObjectMap<V> |
withAll(ByteObjectMap<? extends V> map) |
public static final ImmutableByteObjectMapFactoryImpl INSTANCE
public static ImmutableByteObjectMapFactoryImpl[] values()
for (ImmutableByteObjectMapFactoryImpl c : ImmutableByteObjectMapFactoryImpl.values()) System.out.println(c);
public static ImmutableByteObjectMapFactoryImpl valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic <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–2018. All rights reserved.