Overview

 
Package  Use  Tree  Serialized  Deprecated  Index  Help 
SWT LPEX
v3.0.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

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.


 

Overview

 
Package  Use  Tree  Serialized  Deprecated  Index  Help 
SWT LPEX
v3.0.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD