org.gcube.data.figis.tmplugin.repository.iterators
Class FigisTreesStream

java.lang.Object
  extended by org.gcube.data.figis.tmplugin.repository.iterators.FigisTreesStream
All Implemented Interfaces:
Iterator<org.gcube.data.trees.data.Tree>, org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree>

public class FigisTreesStream
extends Object
implements org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree>


Constructor Summary
FigisTreesStream()
           
 
Method Summary
 void close()
           
 boolean hasNext()
           
 boolean isClosed()
           
 URI locator()
           
 org.gcube.data.trees.data.Tree next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FigisTreesStream

public FigisTreesStream()
Method Detail

remove

public void remove()
Specified by:
remove in interface Iterator<org.gcube.data.trees.data.Tree>

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<org.gcube.data.trees.data.Tree>
Specified by:
hasNext in interface org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree>

next

public org.gcube.data.trees.data.Tree next()
Specified by:
next in interface Iterator<org.gcube.data.trees.data.Tree>
Specified by:
next in interface org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree>

locator

public URI locator()
Specified by:
locator in interface org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree>

close

public void close()
Specified by:
close in interface org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree>

isClosed

public boolean isClosed()
Specified by:
isClosed in interface org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree>


Copyright © 2013. All Rights Reserved.