|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjpov.UniqString
This class provides facilities to manage strings that appears during the view phases. Strings are strored into an hashtable in manner to have an uniq instance even if it appears many times mainly in the JPO file.
Constructor Summary | |
UniqString()
|
Method Summary | |
static java.lang.String |
getUniqString(java.lang.String s)
Returns the instance of a string stored in the table. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UniqString()
Method Detail |
public static java.lang.String getUniqString(java.lang.String s)
s
- The searched string
s
if it is the first occurence of this string or
the already stored instance if not.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |