de.hunsicker.jalopy.storage
Class Key
java.lang.Object
|
+--de.hunsicker.jalopy.storage.Key
- All Implemented Interfaces:
- Serializable
Deprecated. Replaced by Convention.Key
. Only
provided for backwards compatibility with earlier versions. Will be
removed with a future release.
- public final class Key
- extends Object
- implements Serializable
A key for storing a value in a code convention.
- Since:
- 1.0b8
- Version:
- $Revision: 1.3 $
- Author:
- Marco Hunsicker
- See Also:
ConventionKeys
, Serialized Form
Method Summary |
boolean |
equals(Object o)
Deprecated. Indicates whether some other object is "equal to" this one. |
int |
hashCode()
Deprecated. Returns a hash code value for this object. |
String |
toString()
Deprecated. Returns a string representation of this object. |
equals
public boolean equals(Object o)
- Deprecated.
- Indicates whether some other object is "equal to" this one.
- Overrides:
equals
in class Object
- Parameters:
o
- the reference object with which to compare.- Returns:
true
if this object is the same as the obj argument.
hashCode
public int hashCode()
- Deprecated.
- Returns a hash code value for this object.
- Overrides:
hashCode
in class Object
- Returns:
- a hash code value for this object.
toString
public String toString()
- Deprecated.
- Returns a string representation of this object.
- Overrides:
toString
in class Object
- Returns:
- A string representation of this object.