class Utilities extends Object
Modifier and Type | Field and Description |
---|---|
(package private) static ClassLoader |
bootstrapResourceLoader
Class loader whose parent is the bootstrap class loader, and provides
no resources of its own, for finding resources in the bootstrap class
loader.
|
Modifier | Constructor and Description |
---|---|
private |
Utilities()
This class should not be instantiated.
|
Modifier and Type | Method and Description |
---|---|
(package private) static Class |
getPrimitiveType(Class type)
Returns the primitive type associated with a wrapper type or null if the
argument is not a wrapper type.
|
(package private) static String |
typeString(Class type)
Returns a String describing the type.
|
static final ClassLoader bootstrapResourceLoader
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.