|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.util.Stack.StackIterator
public class Stack.StackIterator
Field Summary | |
---|---|
(package private) org.exolab.castor.util.Stack.StackItem |
current
|
Constructor Summary | |
---|---|
protected |
Stack.StackIterator(org.exolab.castor.util.Stack.StackItem top)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
java.lang.Object |
next()
|
java.lang.Object |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
org.exolab.castor.util.Stack.StackItem current
Constructor Detail |
---|
protected Stack.StackIterator(org.exolab.castor.util.Stack.StackItem top)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface Iterator
public java.lang.Object next()
next
in interface Iterator
public java.lang.Object remove() throws java.lang.IllegalStateException
remove
in interface Iterator
java.lang.IllegalStateException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |