Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jdaemon.util.data
Class Types  view Types download Types.java

java.lang.Object
  extended byorg.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
 

Constructor Detail

Types

public Types()
Method Detail

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