|
BRUtil - Making Java a Kinder, Gentler, Place to be. |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--brutil.AbstractListing
|
+--brutil.AbstractStack
| Fields inherited from class brutil.AbstractListing |
list |
| Constructor Summary | |
AbstractStack()
|
|
| Method Summary | |
java.lang.Object |
peek()
Returns the object at the top of the stack |
java.lang.Object |
pop()
Removes and returns the object at the top of the stack |
void |
push(java.lang.Object elt)
Inserts the specified object at the top of the stack |
| Methods inherited from class brutil.AbstractListing |
clear, isEmpty, listFactory, size |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface brutil.Collection |
clear, isEmpty, size |
| Constructor Detail |
public AbstractStack()
| Method Detail |
public java.lang.Object peek()
peek in interface Stackpublic java.lang.Object pop()
pop in interface Stackpublic void push(java.lang.Object elt)
push in interface Stack
|
BRUtil - Making Java a Kinder, Gentler, Place to be. |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||