Serializable
, Comparable<MutableCharByteMapFactoryImpl>
, MutableCharByteMapFactory
public enum MutableCharByteMapFactoryImpl extends Enum<MutableCharByteMapFactoryImpl> implements MutableCharByteMapFactory
MutableCharByteMap
.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.Enum Constant | Description |
---|---|
INSTANCE |
public static final MutableCharByteMapFactoryImpl INSTANCE
public static MutableCharByteMapFactoryImpl[] values()
for (MutableCharByteMapFactoryImpl c : MutableCharByteMapFactoryImpl.values()) System.out.println(c);
public static MutableCharByteMapFactoryImpl valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic MutableCharByteMap empty()
empty
in interface MutableCharByteMapFactory
public MutableCharByteMap of()
MutableCharByteMapFactory
MutableCharByteMapFactory.empty()
.of
in interface MutableCharByteMapFactory
public MutableCharByteMap with()
MutableCharByteMapFactory
MutableCharByteMapFactory.empty()
.with
in interface MutableCharByteMapFactory
public MutableCharByteMap ofInitialCapacity(int capacity)
MutableCharByteMapFactory
MutableCharByteMapFactory.empty()
. but takes in an initial capacityofInitialCapacity
in interface MutableCharByteMapFactory
public MutableCharByteMap withInitialCapacity(int capacity)
MutableCharByteMapFactory
MutableCharByteMapFactory.empty()
. but takes in an initial capacitywithInitialCapacity
in interface MutableCharByteMapFactory
public MutableCharByteMap ofAll(CharByteMap map)
MutableCharByteMapFactory
ofAll
in interface MutableCharByteMapFactory
public MutableCharByteMap withAll(CharByteMap map)
withAll
in interface MutableCharByteMapFactory
public <T> MutableCharByteMap from(Iterable<T> iterable, CharFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
MutableCharByteMapFactory
MutableCharByteMap
from an Iterable<T>
by applying keyFunction
and valueFunction
.from
in interface MutableCharByteMapFactory
Copyright © 2004–2019. All rights reserved.