org.gcube.portlets.user.speciesdiscovery.server.service
Class StreamIterator<T>
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stream
protected org.gcube.data.streams.Stream<T> stream
StreamIterator
public StreamIterator(org.gcube.data.streams.Stream<T> stream)
- Parameters:
stream
-
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.