org.iqual.util
Class Nulls

java.lang.Object
  extended by org.iqual.util.Nulls

public class Nulls
extends Object

This utility class contains some null objects.

Since:
Jun 12, 2009 5:04:48 PM
Author:
Zbynek Slajchrt

Field Summary
static Class[] NULL_ARRAY_OF_CLASSES
           
static Object[] NULL_ARRAY_OF_OBJECT
           
static String[] NULL_ARRAY_OF_STRINGS
           
static Iterator NULL_ITERATOR
           
 
Constructor Summary
Nulls()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_ARRAY_OF_OBJECT

public static final Object[] NULL_ARRAY_OF_OBJECT

NULL_ARRAY_OF_CLASSES

public static final Class[] NULL_ARRAY_OF_CLASSES

NULL_ARRAY_OF_STRINGS

public static final String[] NULL_ARRAY_OF_STRINGS

NULL_ITERATOR

public static final Iterator NULL_ITERATOR
Constructor Detail

Nulls

public Nulls()


Copyright © 2009 iquality.org. All Rights Reserved.