|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.notify.queue.ComparatorElement
public class ComparatorElement
To be used with the sorted orderer.
Constructor Summary | |
---|---|
ComparatorElement(java.lang.Object key,
java.lang.Object contents)
Constructor |
Method Summary | |
---|---|
java.lang.Object |
getContents()
Get the contents |
java.lang.Object |
getKey()
Get the key |
void |
setContents(java.lang.Object contents)
Set the contents |
void |
setKey(java.lang.Object key)
Set the key |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComparatorElement(java.lang.Object key, java.lang.Object contents)
Method Detail |
---|
public void setKey(java.lang.Object key)
public java.lang.Object getKey()
public void setContents(java.lang.Object contents)
public java.lang.Object getContents()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |