|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
Iterable interface. the OneTimeIterable.iterator()
method classes implementing this interface may only be called once, subsequent calls should throw
an exception.Iterable to guarantee only one Iterator can be obtained. as
convenience, a user method can be called before handing over the result of
Iterator.next(), see AbstractOneTimeIterable.onNext(jut.lang.ParamRunnable).Iterable so only one Iterator can be obtained. as convenience, a user
method can be called before handing over the result of Iterator.next(), see
AbstractOneTimeIterable.onNext(jut.lang.ParamRunnable).
Iterator.next().
FileNotFoundException is thrown.
null if none.
|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||