|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GenericStackElementList<T extends GenericStackElement>
| Method Summary | |
|---|---|
int |
depth()
|
GenericStackElementList<T> |
fragment(int from,
int to)
|
T |
frameAt(int n)
Stack has classical bottom up indexing. |
boolean |
isEmpty()
|
T[] |
toArray()
|
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
T frameAt(int n)
int depth()
GenericStackElementList<T> fragment(int from,
int to)
T[] toArray()
boolean isEmpty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||