org.javimmutable.collections.iocursors
Interface CloseableCursor<T>

Type Parameters:
T -
All Superinterfaces:
Cursor<T>, Iterable<T>

public interface CloseableCursor<T>
extends Cursor<T>

Extension of the Cursor interface to add a close() method.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.javimmutable.collections.Cursor
Cursor.NotStartedException, Cursor.NoValueException
 
Method Summary
 void close()
           
 
Methods inherited from interface org.javimmutable.collections.Cursor
getValue, hasValue, next, start
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

close

void close()


Copyright © 2014 Burton Computer Corporation. All rights reserved.