joeq.Compiler.Analysis.IPSSA.Utils
Class IteratorHelper.SingleIterator
java.lang.Object
joeq.Compiler.Analysis.IPSSA.Utils.IteratorHelper.SingleIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- IteratorHelper
public static class IteratorHelper.SingleIterator
- extends Object
- implements Iterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IteratorHelper.SingleIterator
public IteratorHelper.SingleIterator(Object obj)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator
Copyright © 2001-2008 John Whaley. All Rights Reserved.