public class PrimitiveTypeMap extends HashMap<Class<?>,Class<?>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
static Map<Class<?>,Class<?>> |
INSTANCE
Unmodifiable instance of a
PrimitiveTypeMap . |
Constructor and Description |
---|
PrimitiveTypeMap()
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
static Class<?> |
asBoxedType(Class<?> type)
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public static final Map<Class<?>,Class<?>> INSTANCE
PrimitiveTypeMap
.public PrimitiveTypeMap()
Copyright © 2015–2020 Allen D. Ball. All rights reserved.