jestr.core
Class NullImpl

java.lang.Object
  extended byjestr.core.NullImpl
All Implemented Interfaces:
Null, java.io.Serializable

public class NullImpl
extends java.lang.Object
implements java.io.Serializable, Null

Author:
David Gilliland
See Also:
Serialized Form

Constructor Summary
NullImpl()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullImpl

public NullImpl()
Method Detail

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object other)

hashCode

public int hashCode()


Copyright (c) 2001-2003 - Apache Software Foundation