com.isti.util
Class TagValueTable.MutableLong

java.lang.Object
  extended bycom.isti.util.TagValueTable.MutableLong
Enclosing class:
TagValueTable

public static class TagValueTable.MutableLong
extends java.lang.Object

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

value

public long value
Constructor Detail

TagValueTable.MutableLong

public TagValueTable.MutableLong(long value)
Method Detail

toString

public java.lang.String toString()
Returns a numeric string representation of the value.

Returns:
A numeric string representation of the value.

stringToObj

public static TagValueTable.MutableLong stringToObj(java.lang.String str)
Creates a 'MutableLong' object from the given numeric string.

Parameters:
str - the numeric string to use.
Returns:
A new 'MutableLong' object, or null if the string could not be successfully parsed.