org.crosswire.common.util
Class StackTrace.AbstractStackEnumeration
java.lang.Object
org.crosswire.common.util.StackTrace.AbstractStackEnumeration
- All Implemented Interfaces:
- Enumeration
- Enclosing class:
- StackTrace
public abstract class StackTrace.AbstractStackEnumeration
- extends Object
- implements Enumeration
Base class for the real enumeration implementations below
Field Summary |
private int |
level
Are there more stack levels |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
level
private int level
- Are there more stack levels
StackTrace.AbstractStackEnumeration
public StackTrace.AbstractStackEnumeration()
hasMoreElements
public boolean hasMoreElements()
- Are there more stack levels
- Specified by:
hasMoreElements
in interface Enumeration
getAndIncrementLevel
public int getAndIncrementLevel()
- Returns:
- Returns the level.