|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--anthill.util.History
The History
class
Constructor Summary | |
History(boolean active)
|
Method Summary | |
void |
add(java.lang.Object object)
Appends object <\code> at the end of the list |
void |
print()
FIXME Add a parameter to print over a print writer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public History(boolean active)
Method Detail |
public void add(java.lang.Object object)
object <\code> at the end of the list
- Parameters:
object
- the object to be inserted
public void print()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |