ImmutableByteFloatMapFactory
public enum ImmutableByteFloatMapFactoryImpl extends java.lang.Enum<ImmutableByteFloatMapFactoryImpl> implements ImmutableByteFloatMapFactory
ImmutableByteFloatMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.Enum Constant | Description |
---|---|
INSTANCE |
Modifier and Type | Method | Description |
---|---|---|
ImmutableByteFloatMap |
empty() |
|
ImmutableByteFloatMap |
of() |
Same as
ImmutableByteFloatMapFactory.empty() . |
ImmutableByteFloatMap |
of(byte key,
float value) |
|
ImmutableByteFloatMap |
ofAll(ByteFloatMap map) |
|
static ImmutableByteFloatMapFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ImmutableByteFloatMapFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableByteFloatMap |
with() |
Same as
ImmutableByteFloatMapFactory.empty() . |
ImmutableByteFloatMap |
with(byte key,
float value) |
|
ImmutableByteFloatMap |
withAll(ByteFloatMap map) |
public static final ImmutableByteFloatMapFactoryImpl INSTANCE
public static ImmutableByteFloatMapFactoryImpl[] values()
for (ImmutableByteFloatMapFactoryImpl c : ImmutableByteFloatMapFactoryImpl.values()) System.out.println(c);
public static ImmutableByteFloatMapFactoryImpl 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 ImmutableByteFloatMap empty()
empty
in interface ImmutableByteFloatMapFactory
public ImmutableByteFloatMap of()
ImmutableByteFloatMapFactory
ImmutableByteFloatMapFactory.empty()
.of
in interface ImmutableByteFloatMapFactory
public ImmutableByteFloatMap with()
ImmutableByteFloatMapFactory
ImmutableByteFloatMapFactory.empty()
.with
in interface ImmutableByteFloatMapFactory
public ImmutableByteFloatMap of(byte key, float value)
ImmutableByteFloatMapFactory
of
in interface ImmutableByteFloatMapFactory
public ImmutableByteFloatMap with(byte key, float value)
with
in interface ImmutableByteFloatMapFactory
public ImmutableByteFloatMap ofAll(ByteFloatMap map)
ImmutableByteFloatMapFactory
ofAll
in interface ImmutableByteFloatMapFactory
public ImmutableByteFloatMap withAll(ByteFloatMap map)
withAll
in interface ImmutableByteFloatMapFactory
Copyright © 2004–2018. All rights reserved.