ist.palcom.base
Class String

java.lang.Object
  extended by ist.palcom.base.Object
      extended by ist.palcom.base.String

public class String
extends Object

The String class represents strings of characters. All literals in a program are represented as instances of this class. A String is immutable and cannot be modified.


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

Constructor Detail

String

public String()