public static enum MapSchema.MessageFactories extends Enum<MapSchema.MessageFactories> implements MapSchema.MessageFactory
Map implementations.| Enum Constant and Description |
|---|
ConcurrentHashMap |
ConcurrentMap |
ConcurrentNavigableMap |
ConcurrentSkipListMap |
HashMap |
Hashtable |
IdentityHashMap |
LinkedHashMap |
Map |
NavigableMap |
Properties |
SortedMap |
TreeMap |
WeakHashMap |
| Modifier and Type | Method and Description |
|---|---|
static MapSchema.MessageFactories |
getFactory(Class<? extends Map<?,?>> mapType)
Returns the message factory for the standard jdk
Map implementations. |
static MapSchema.MessageFactories |
getFactory(String name)
Returns the message factory for the standard jdk
Map implementations. |
Class<?> |
typeClass()
The type to instantiate.
|
static MapSchema.MessageFactories |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapSchema.MessageFactories[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnewMessagepublic static final MapSchema.MessageFactories Map
public static final MapSchema.MessageFactories SortedMap
public static final MapSchema.MessageFactories NavigableMap
public static final MapSchema.MessageFactories HashMap
public static final MapSchema.MessageFactories LinkedHashMap
public static final MapSchema.MessageFactories TreeMap
public static final MapSchema.MessageFactories WeakHashMap
public static final MapSchema.MessageFactories IdentityHashMap
public static final MapSchema.MessageFactories Hashtable
public static final MapSchema.MessageFactories ConcurrentMap
public static final MapSchema.MessageFactories ConcurrentHashMap
public static final MapSchema.MessageFactories ConcurrentNavigableMap
public static final MapSchema.MessageFactories ConcurrentSkipListMap
public static final MapSchema.MessageFactories Properties
public final Class<?> typeClass
public static MapSchema.MessageFactories[] values()
for (MapSchema.MessageFactories c : MapSchema.MessageFactories.values()) System.out.println(c);
public static MapSchema.MessageFactories 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 Class<?> typeClass()
MapSchema.MessageFactorytypeClass in interface MapSchema.MessageFactorypublic static MapSchema.MessageFactories getFactory(Class<? extends Map<?,?>> mapType)
Map implementations.public static MapSchema.MessageFactories getFactory(String name)
Map implementations.Copyright © 2009–2017. All rights reserved.