java.io.Serializable
, java.lang.Comparable<ImmutableDoubleByteMapFactoryImpl>
, ImmutableDoubleByteMapFactory
public enum ImmutableDoubleByteMapFactoryImpl extends java.lang.Enum<ImmutableDoubleByteMapFactoryImpl> implements ImmutableDoubleByteMapFactory
ImmutableDoubleByteMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.Enum Constant | Description |
---|---|
INSTANCE |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleByteMap |
empty() |
|
<T> ImmutableDoubleByteMap |
from(java.lang.Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
ByteFunction<? super T> valueFunction) |
Creates an
ImmutableDoubleByteMap from an Iterable<T> by applying keyFunction and valueFunction . |
ImmutableDoubleByteMap |
of() |
|
ImmutableDoubleByteMap |
of(double key,
byte value) |
|
ImmutableDoubleByteMap |
ofAll(DoubleByteMap map) |
|
static ImmutableDoubleByteMapFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ImmutableDoubleByteMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableDoubleByteMap |
with() |
|
ImmutableDoubleByteMap |
with(double key,
byte value) |
|
ImmutableDoubleByteMap |
withAll(DoubleByteMap map) |
public static final ImmutableDoubleByteMapFactoryImpl INSTANCE
public static ImmutableDoubleByteMapFactoryImpl[] values()
for (ImmutableDoubleByteMapFactoryImpl c : ImmutableDoubleByteMapFactoryImpl.values()) System.out.println(c);
public static ImmutableDoubleByteMapFactoryImpl 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 ImmutableDoubleByteMap empty()
empty
in interface ImmutableDoubleByteMapFactory
public ImmutableDoubleByteMap of()
ImmutableDoubleByteMapFactory
of
in interface ImmutableDoubleByteMapFactory
public ImmutableDoubleByteMap with()
ImmutableDoubleByteMapFactory
with
in interface ImmutableDoubleByteMapFactory
public ImmutableDoubleByteMap of(double key, byte value)
ImmutableDoubleByteMapFactory
of
in interface ImmutableDoubleByteMapFactory
public ImmutableDoubleByteMap with(double key, byte value)
with
in interface ImmutableDoubleByteMapFactory
public ImmutableDoubleByteMap ofAll(DoubleByteMap map)
ImmutableDoubleByteMapFactory
ofAll
in interface ImmutableDoubleByteMapFactory
public ImmutableDoubleByteMap withAll(DoubleByteMap map)
withAll
in interface ImmutableDoubleByteMapFactory
public <T> ImmutableDoubleByteMap from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
ImmutableDoubleByteMapFactory
ImmutableDoubleByteMap
from an Iterable<T>
by applying keyFunction
and valueFunction
.from
in interface ImmutableDoubleByteMapFactory
Copyright © 2004–2020. All rights reserved.