com.ontotext.ordi.wsmo4rdf.impl
Class WSMLConnectionAdapterImpl.IteratorAdapter

java.lang.Object
  extended by 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>


Constructor Summary
WSMLConnectionAdapterImpl.IteratorAdapter(CloseableIterator<? extends TStatement> iterator)
           
 
Method Summary
 void close()
           
 boolean hasNext()
           
 WSMLConnectionAdapterImpl.WSMLTriple next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSMLConnectionAdapterImpl.IteratorAdapter

public WSMLConnectionAdapterImpl.IteratorAdapter(CloseableIterator<? extends TStatement> iterator)
Method Detail

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.