- java.lang.Object
-
- org.echocat.jomon.runtime.iterators.ChainedIterator<I,O>
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface java.util.Iterator<O>
-
next
public O next()
- Specified by:
next in interface java.util.Iterator<O>
-
remove
public void remove()
- Specified by:
remove in interface java.util.Iterator<O>
-
close
public void close()
- Specified by:
close in interface java.lang.AutoCloseable
- Specified by:
close in interface CloseableIterator<O>
Copyright © 2013 echocat. All Rights Reserved.