org.ws4d.java.structures
Class EmptyStructures

java.lang.Object
  extended by org.ws4d.java.structures.EmptyStructures

public abstract class EmptyStructures
extends java.lang.Object


Field Summary
static Iterator EMPTY_ITERATOR
           
static List EMPTY_LIST
           
static HashMap EMPTY_MAP
           
static java.lang.Object[] EMPTY_OBJECT_ARRAY
           
static Set EMPTY_SET
           
static DataStructure EMPTY_STRUCTURE
           
 
Constructor Summary
EmptyStructures()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_OBJECT_ARRAY

public static final java.lang.Object[] EMPTY_OBJECT_ARRAY

EMPTY_ITERATOR

public static final Iterator EMPTY_ITERATOR

EMPTY_STRUCTURE

public static final DataStructure EMPTY_STRUCTURE

EMPTY_SET

public static final Set EMPTY_SET

EMPTY_LIST

public static final List EMPTY_LIST

EMPTY_MAP

public static final HashMap EMPTY_MAP
Constructor Detail

EmptyStructures

public EmptyStructures()