koala.dynamicjava.util
Class Constants

java.lang.Object
  extended bykoala.dynamicjava.util.Constants

public class Constants
extends java.lang.Object

This class contains constants


Field Summary
static java.lang.Class[] EMPTY_CLASS_ARRAY
          An empty class array
static java.lang.Object[] EMPTY_OBJECT_ARRAY
          An empty object array
 
Constructor Summary
protected Constants()
          This class has not to be instanciated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_OBJECT_ARRAY

public static final java.lang.Object[] EMPTY_OBJECT_ARRAY
An empty object array


EMPTY_CLASS_ARRAY

public static final java.lang.Class[] EMPTY_CLASS_ARRAY
An empty class array

Constructor Detail

Constants

protected Constants()
This class has not to be instanciated



Copyright © 2001 Stephane Hillion. All Rights Reserved.