cz.cmc.tcgui
Class TCGraphConstants.NullObject

java.lang.Object
  extended bycz.cmc.tcgui.TCGraphConstants.NullObject
Enclosing class:
TCGraphConstants

public static final class TCGraphConstants.NullObject
extends Object

Null object to be used instead of null, where null is not allowed


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

Constructor Detail

TCGraphConstants.NullObject

public TCGraphConstants.NullObject()
Method Detail

toString

public String toString()

hashCode

public int hashCode()

equals

public boolean equals(Object o)