final class Primitives extends Object
| Modifier and Type | Method and Description |
|---|---|
(package private) static <T> Class<T> |
boxingTypeFor(Class<T> type)
Returns the boxing type given a primitive type.
|
static <T> Class<T> boxingTypeFor(Class<T> type)
T - the type parametertype - a primitive type such as int.classInteger.class