java.lang.Object
org.jdaemon.util.data.Types
- public class Types
- extends java.lang.Object
Repository for Type objects for some basic java classes
|
Constructor Summary |
Types()
|
|
Method Summary |
static Type |
arrayOf(Type element_type)
Get a Type object for an array of elements of a given type |
static Type |
quicklistOf(Type element_type)
Get a Type object for a quicjlist of elements of a given type |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Types
public Types()
arrayOf
public static Type arrayOf(Type element_type)
- Get a Type object for an array of elements of a given type
quicklistOf
public static Type quicklistOf(Type element_type)
- Get a Type object for a quicjlist of elements of a given type