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

Variable Index

 o index
Free available index.
 o listSeparator

Constructor Index

 o Value()
 o Value(String)

Method Index

 o assign(String)
 o augment(String)
 o checkElement(String)
 o clone()
 o diminish(String)
 o diminish(Value)
 o handle(char, String)
 o hashCode()
 o reset()
 o toInt()
 o toList()
 o toLong()
 o toString()

Variables

 o index
 public long index
Free available index. For example for preventing denial of service. Useable - for example - as timestamp buffer.

 o listSeparator
 public static final char listSeparator[]

Constructors

 o Value
 public Value()
 o Value
 public Value(String value)

Methods

 o toString
 public String toString()
Overrides:
toString in class Object
 o toInt
 public int toInt() throws NumberFormatException
 o toLong
 public long toLong() throws NumberFormatException
 o toList
 public String[] toList()
 o checkElement
 public boolean checkElement(String element)
 o reset
 public synchronized void reset()
 o assign
 public synchronized void assign(String value)
 o augment
 public synchronized void augment(String value)
 o diminish
 public void diminish(String value)
 o diminish
 public synchronized void diminish(Value value)
 o handle
 public void handle(char glyph,
                    String value)
 o clone
 public Object clone()
Overrides:
clone in class Object
 o hashCode
 public int hashCode()
Overrides:
hashCode in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index