java.lang
Class String

java.lang.Object
  |
  +--java.lang.String

public class String
extends Object

String constants not yet supported by TinyVM.


Constructor Summary
String(char[] c, int off, int len)
           
 
Method Summary
 char[] toCharArray()
           
 String toString()
          Returns the empty string.
static String valueOf(Object aObj)
           
 
Methods inherited from class java.lang.Object
getClass
 

Constructor Detail

String

public String(char[] c,
              int off,
              int len)
Method Detail

toCharArray

public char[] toCharArray()

valueOf

public static String valueOf(Object aObj)

toString

public String toString()
Description copied from class: Object
Returns the empty string. It's here to satisfy javac.
Overrides:
toString in class Object