org.gcube.portlets.user.speciesdiscovery.server.service
Class StreamIterator<T>

java.lang.Object
  extended by org.gcube.portlets.user.speciesdiscovery.server.service.StreamIterator<T>
All Implemented Interfaces:
Closeable, Iterator<T>, CloseableIterator<T>

public class StreamIterator<T>
extends Object
implements CloseableIterator<T>

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Field Summary
protected  org.gcube.data.streams.Stream<T> stream
           
 
Constructor Summary
StreamIterator(org.gcube.data.streams.Stream<T> stream)
           
 
Method Summary
 void close()
          
 boolean hasNext()
          
 T next()
          
 void remove()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stream

protected org.gcube.data.streams.Stream<T> stream
Constructor Detail

StreamIterator

public StreamIterator(org.gcube.data.streams.Stream<T> stream)
Parameters:
stream -
Method Detail

hasNext

public boolean hasNext()

Specified by:
hasNext in interface Iterator<T>

next

public T next()

Specified by:
next in interface Iterator<T>

remove

public void remove()

Specified by:
remove in interface Iterator<T>

close

public void close()

Specified by:
close in interface Closeable


Copyright © 2013. All Rights Reserved.