org.exolab.adaptx.util

Class QuickStack.StackIterator

Enclosing Class:
QuickStack
Implemented Interfaces:
Iterator

public class QuickStack.StackIterator
extends java.lang.Object
implements Iterator

Method Summary

boolean
hasNext()
Object
next()
Object
remove()

Method Details

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator


next

public Object next()
Specified by:
next in interface Iterator


remove

public Object remove()
            throws IllegalStateException
Specified by:
remove in interface Iterator