|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectks.common.message.MessageSet
Manages a set of messages.
Unused for now...
Constructor Summary | |
MessageSet()
Default MessageSet constructor. |
Method Summary | |
void |
add(Message m)
Add a Message. |
java.util.Enumeration |
elements()
Enumerate over al lmessage objects. |
boolean |
equals(java.lang.Object o)
Determine whether two MessageSets are equal. |
int |
size()
Return the number of Message objects in this set. |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageSet()
Method Detail |
public void add(Message m)
m
- the message to be added to this list.public java.util.Enumeration elements()
public boolean equals(java.lang.Object o)
Equal is defined as 'all Messages in the MessageSets are equal'.
public int size()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |