|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- public interface CloseableCursor<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 |
---|
void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |