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