SWT LPEX
v3.0.5

com.ibm.lpex.hlasm
Class ExtendedString

java.lang.Object
  extended bycom.ibm.lpex.hlasm.ExtendedString

public class ExtendedString
extends Object

Common string functions. Any function that is not supported by the java String class can be implemented as a static method in this class.


Method Summary
static boolean isWhiteSpace(String s)
          Returns true if the specified string is null or whitespace only.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isWhiteSpace

public static boolean isWhiteSpace(String s)
Returns true if the specified string is null or whitespace only.


SWT LPEX
v3.0.5

(C) Copyright IBM Corporation 1998, 2005.  All Rights Reserved.