gran.tools
Class Null

java.lang.Object
  extended bygran.tools.Null
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Null()
           
 
Method Summary
static boolean isNotNull(java.lang.Object str)
           
static boolean isNull(java.lang.Object str)
           
static java.lang.String stripNull(java.lang.Object str)
           
static java.lang.String stripNullInput(java.lang.Object str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Null

public Null()
Method Detail

isNotNull

public static boolean isNotNull(java.lang.Object str)

isNull

public static boolean isNull(java.lang.Object str)

stripNull

public static java.lang.String stripNull(java.lang.Object str)

stripNullInput

public static java.lang.String stripNullInput(java.lang.Object str)


Copyright © 2002-2004 TrackStudio, Ltd. All Rights Reserved.