com.ontotext.ordi.iterator
Class CloseableIteratorImpl<E>
java.lang.Object
com.ontotext.ordi.iterator.CloseableIteratorImpl<E>
- All Implemented Interfaces:
- CloseableIterator<E>, Iterator<E>
public class CloseableIteratorImpl<E>
- extends Object
- implements CloseableIterator<E>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloseableIteratorImpl
public CloseableIteratorImpl(Iterator<E> iter)
close
public void close()
- Specified by:
close
in interface CloseableIterator<E>
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<E>
next
public E next()
- Specified by:
next
in interface Iterator<E>
remove
public void remove()
- Specified by:
remove
in interface Iterator<E>
Copyright © 2008. All Rights Reserved.