Package io.clonecloudstore.test.stream
Class FakeIterator<E>
java.lang.Object
io.clonecloudstore.test.stream.FakeIterator<E>
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterator<E>
-
Constructor Details
-
FakeIterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-
reset
public void reset()
-