Class Classes
java.lang.Object
joptsimple.internal.Classes
- Author:
- Paul Holser
-
Method Summary
-
Method Details
-
shortNameOf
-
wrapperOf
Gives the primitive wrapper class for the given class. If the given class is not primitive, returns the class itself.- Type Parameters:
T- generic class type- Parameters:
clazz- the class to check- Returns:
- primitive wrapper type if
clazzis primitive, otherwiseclazz
-