|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
org.opensync.engine.server.Agendas
This class represents a list of agendas. It's just a helper class.
| Nested Class Summary |
| Nested classes inherited from class java.util.Hashtable |
|
| Constructor Summary | |
Agendas()
Construct a Agendas object |
|
| Method Summary | |
void |
add(Agenda agenda)
Add an agenda to the list |
java.lang.String |
toString()
Use for debug only |
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Agendas()
| Method Detail |
public void add(Agenda agenda)
agenda - the agenda to addpublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||