joeq.Compiler.Analysis.IPSSA.Utils
Class IteratorHelper.EmptyIterator

java.lang.Object
  extended by joeq.Compiler.Analysis.IPSSA.Utils.IteratorHelper.EmptyIterator
All Implemented Interfaces:
Iterator
Enclosing class:
IteratorHelper

public static class IteratorHelper.EmptyIterator
extends Object
implements Iterator


Nested Class Summary
static class IteratorHelper.EmptyIterator.FACTORY
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.