Package ball.lang
Class PrimitiveTypeMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<Class<?>,Class<?>>
-
- ball.lang.PrimitiveTypeMap
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Class<?>,Class<?>>
public class PrimitiveTypeMap extends HashMap<Class<?>,Class<?>>
- Author:
- Allen D. Ball
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static Map<Class<?>,Class<?>>
INSTANCE
Unmodifiable instance of aPrimitiveTypeMap
.
-
Constructor Summary
Constructors Constructor Description PrimitiveTypeMap()
Sole constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Class<?>
asBoxedType(Class<?> type)
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final Map<Class<?>,Class<?>> INSTANCE
Unmodifiable instance of aPrimitiveTypeMap
.
-
-
Constructor Detail
-
PrimitiveTypeMap
public PrimitiveTypeMap()
Sole constructor.
-
-