ImmutableLongObjectMapFactorypublic enum ImmutableLongObjectMapFactoryImpl extends java.lang.Enum<ImmutableLongObjectMapFactoryImpl> implements ImmutableLongObjectMapFactory
ImmutableLongObjectMap.
This file was automatically generated from template file immutablePrimitiveObjectMapFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
<V> ImmutableLongObjectMap<V> |
empty() |
|
<V> ImmutableLongObjectMap<V> |
of() |
|
<V> ImmutableLongObjectMap<V> |
of(long key,
V value) |
|
<V> ImmutableLongObjectMap<V> |
ofAll(LongObjectMap<? extends V> map) |
|
static ImmutableLongObjectMapFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ImmutableLongObjectMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
<V> ImmutableLongObjectMap<V> |
with() |
|
<V> ImmutableLongObjectMap<V> |
with(long key,
V value) |
|
<V> ImmutableLongObjectMap<V> |
withAll(LongObjectMap<? extends V> map) |
public static final ImmutableLongObjectMapFactoryImpl INSTANCE
public static ImmutableLongObjectMapFactoryImpl[] values()
for (ImmutableLongObjectMapFactoryImpl c : ImmutableLongObjectMapFactoryImpl.values()) System.out.println(c);
public static ImmutableLongObjectMapFactoryImpl 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> ImmutableLongObjectMap<V> empty()
empty in interface ImmutableLongObjectMapFactorypublic <V> ImmutableLongObjectMap<V> of()
ImmutableLongObjectMapFactoryof in interface ImmutableLongObjectMapFactorypublic <V> ImmutableLongObjectMap<V> with()
ImmutableLongObjectMapFactorywith in interface ImmutableLongObjectMapFactorypublic <V> ImmutableLongObjectMap<V> of(long key, V value)
ImmutableLongObjectMapFactoryof in interface ImmutableLongObjectMapFactorypublic <V> ImmutableLongObjectMap<V> with(long key, V value)
with in interface ImmutableLongObjectMapFactorypublic <V> ImmutableLongObjectMap<V> ofAll(LongObjectMap<? extends V> map)
ImmutableLongObjectMapFactoryofAll in interface ImmutableLongObjectMapFactorypublic <V> ImmutableLongObjectMap<V> withAll(LongObjectMap<? extends V> map)
withAll in interface ImmutableLongObjectMapFactoryCopyright © 2004–2017. All rights reserved.