|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jini.config.Utilities
class Utilities
Provides utility methods for use in this package.
Field Summary | |
---|---|
(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. |
Constructor Summary | |
---|---|
private |
Utilities()
This class should not be instantiated. |
Method Summary | |
---|---|
(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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final ClassLoader bootstrapResourceLoader
Constructor Detail |
---|
private Utilities()
Method Detail |
---|
static Class getPrimitiveType(Class type)
type
- the wrapper type
static String typeString(Class type)
type
- the type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |