All Packages Class Hierarchy This Package Previous Next Index
Class lava.net.common.Value
java.lang.Object
|
+----lava.net.common.Value
- public class Value
- extends Object
- implements Cloneable
-
index
- Free available index.
-
listSeparator
-
-
Value()
-
-
Value(String)
-
-
assign(String)
-
-
augment(String)
-
-
checkElement(String)
-
-
clone()
-
-
diminish(String)
-
-
diminish(Value)
-
-
handle(char, String)
-
-
hashCode()
-
-
reset()
-
-
toInt()
-
-
toList()
-
-
toLong()
-
-
toString()
-
index
public long index
- Free available index.
For example for preventing denial of service.
Useable - for example - as timestamp buffer.
listSeparator
public static final char listSeparator[]
Value
public Value()
Value
public Value(String value)
toString
public String toString()
- Overrides:
- toString in class Object
toInt
public int toInt() throws NumberFormatException
toLong
public long toLong() throws NumberFormatException
toList
public String[] toList()
checkElement
public boolean checkElement(String element)
reset
public synchronized void reset()
assign
public synchronized void assign(String value)
augment
public synchronized void augment(String value)
diminish
public void diminish(String value)
diminish
public synchronized void diminish(Value value)
handle
public void handle(char glyph,
String value)
clone
public Object clone()
- Overrides:
- clone in class Object
hashCode
public int hashCode()
- Overrides:
- hashCode in class Object
All Packages Class Hierarchy This Package Previous Next Index