|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.coyotegulch.jisp.KeyObject
org.apache.jcs.auxiliary.disk.jisp.JISPKey
Description of the Class
Field Summary | |
java.io.Serializable |
m_key
Description of the Field |
Fields inherited from class com.coyotegulch.jisp.KeyObject |
KEY_EQUAL, KEY_ERROR, KEY_LESS, KEY_MORE |
Constructor Summary | |
JISPKey()
Constructor for the JISPKey object |
|
JISPKey(java.io.Serializable key_value)
Constructor for the JISPKey object |
Method Summary | |
int |
compareTo(com.coyotegulch.jisp.KeyObject key)
Description of the Method |
boolean |
equals(java.lang.Object obj)
Description of the Method |
int |
hashCode()
Description of the Method |
com.coyotegulch.jisp.KeyObject |
makeNullKey()
Description of the Method |
void |
readExternal(java.io.ObjectInput in)
Description of the Method |
java.lang.String |
toString()
Description of the Method |
void |
writeExternal(java.io.ObjectOutput out)
Description of the Method |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.io.Serializable m_key
Constructor Detail |
public JISPKey(java.io.Serializable key_value)
key_value
- public JISPKey()
Method Detail |
public int compareTo(com.coyotegulch.jisp.KeyObject key)
public com.coyotegulch.jisp.KeyObject makeNullKey()
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public java.lang.String toString()
public boolean equals(java.lang.Object obj)
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |