org.opentox.interfaces
Interface Jterator<E>

All Superinterfaces:
java.util.Iterator<E>
All Known Implementing Classes:
ModelsTable.JteratorImpl

public interface Jterator<E>
extends java.util.Iterator<E>

An extension of the well-known interface Iterator of java to cope with the need of out iterators to "close" some objects generated internally. An extra method is included.

Author:
Sopasakis Pantelis

Method Summary
 void close()
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

close

void close()