Class NullObject

java.lang.Object
com.mckoi.database.global.NullObject
All Implemented Interfaces:
Serializable

public class NullObject extends Object implements Serializable
Deprecated.
do not use. Nulls are now handled via TObject and TType. This method is only kept around for legacy with older databases.
A Null Object.
Author:
Tobias Downer
See Also:
  • Field Details

    • NULL_OBJ

      public static NullObject NULL_OBJ
      Deprecated.
  • Constructor Details

    • NullObject

      public NullObject()
      Deprecated.
  • Method Details

    • compareTo

      public int compareTo(Object ob)
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object