|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.isti.util.TagValueTable.MutableLong
Class MutableLong defines a long integer value that may be modified.
| Field Summary | |
long |
value
|
| Constructor Summary | |
TagValueTable.MutableLong(long value)
|
|
| Method Summary | |
static TagValueTable.MutableLong |
stringToObj(java.lang.String str)
Creates a 'MutableLong' object from the given numeric string. |
java.lang.String |
toString()
Returns a numeric string representation of the value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public long value
| Constructor Detail |
public TagValueTable.MutableLong(long value)
| Method Detail |
public java.lang.String toString()
public static TagValueTable.MutableLong stringToObj(java.lang.String str)
str - the numeric string to use.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||