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