|
Cool documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Contains a list of IMessages.
| Method Summary | |
void |
clear()
Removes all messages from this message list. |
IMessage |
getMessage(int index)
Returns the message at index index where
0 <= index <= size(). |
boolean |
isEmpty()
Returns true if there are no messages in this list. |
boolean |
removeMessage(IMessage message)
Removes the given message from this list. |
int |
size()
Returns the number of messages in this list |
| Method Detail |
public void clear()
getMessages() method. clear() then might
throw an UnsupportedOperationException.public IMessage getMessage(int index)
index where
0 <= index <= size().public boolean removeMessage(IMessage message)
public boolean isEmpty()
public int size()
|
Cool documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||