de.uniba.wiai.lspi.chord.console.command.entry
Class Value
java.lang.Object
de.uniba.wiai.lspi.chord.console.command.entry.Value
- All Implemented Interfaces:
- java.io.Serializable
public final class Value
- extends java.lang.Object
- implements java.io.Serializable
A Value to be stored within a chord network by a command issued from
console
.
- Version:
- 1.0.5
- Author:
- sven
- See Also:
- Serialized Form
Constructor Summary |
Value(java.lang.String value1)
Creates a new instance of Value |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Value
public Value(java.lang.String value1)
- Creates a new instance of Value
- Parameters:
value1
-
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object