com.hp.hpl.jena.util
Class TestManifestList.TestIterator

java.lang.Object
  extended bycom.hp.hpl.jena.util.TestManifestList.TestIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
TestManifestList

public class TestManifestList.TestIterator
extends java.lang.Object
implements java.util.Iterator

Iterator over all the manifest entries found in the model.

Author:
Andy Seaborne

Method Summary
 boolean hasNext()
           
 void init()
          Initialise the datatstructures from the model - only needed if the model has changed since the internal datastructures were calculated.
 java.lang.Object next()
           
 TestManifestList.TestItem nextItem()
           
 void remove()
           
 void reset()
          Start again.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public void init()
Initialise the datatstructures from the model - only needed if the model has changed since the internal datastructures were calculated.


reset

public void reset()
Start again. Iterator is reset - model is not processed again.


hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator
See Also:
Iterator.hasNext()

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator
See Also:
Iterator.next()

nextItem

public TestManifestList.TestItem nextItem()

remove

public void remove()
Specified by:
remove in interface java.util.Iterator
See Also:
Iterator.remove()


Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.