|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReadOnlyStack<T>
Method Summary | |
---|---|
T |
peek()
Looks at the object at the top of this stack without removing it from the stack. |
Methods inherited from interface ch.panter.li.bi.util.ReadOnlyCollection |
---|
get, isEmpty, itemsAsArray, size |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
T peek()
EmptyStackException
- if this stack is empty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |