ca.quine.jcommons.marshaller.type
Class Entry
java.lang.Object
|
+--ca.quine.jcommons.marshaller.type.Entry
- All Implemented Interfaces:
- Comparable
- public class Entry
- extends Object
- implements Comparable
|
Constructor Summary |
Entry()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Entry
public Entry()
getKey
public Object getKey()
getComparableKey
public Comparable getComparableKey()
throws ClassCastException
ClassCastException
setKey
public void setKey(Object key)
getValue
public Object getValue()
setValue
public void setValue(Object value)
compareTo
public int compareTo(Object object)
throws ClassCastException
- Specified by:
compareTo in interface Comparable
ClassCastException