Class ConstantStrings

java.lang.Object
  |
  +--ConstantStrings

class ConstantStrings
extends java.lang.Object
implements JVM


Field Summary
(package private) static java.util.Hashtable strings
           
 
Constructor Summary
(package private) ConstantStrings()
           
 
Method Summary
(package private) static java.lang.String getLabel(java.lang.String s)
          get the label for a constant string char array.
(package private) static java.lang.String[] getStringArray()
          get an ordered array of the strings.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

strings

static java.util.Hashtable strings
Constructor Detail

ConstantStrings

ConstantStrings()
Method Detail

getLabel

static java.lang.String getLabel(java.lang.String s)
get the label for a constant string char array.

getStringArray

static java.lang.String[] getStringArray()
get an ordered array of the strings.