A B C D E F G H I J L M N O P R S T U V W

O

OneTimeIterable<T> - Interface in jut.lang
special purpose restricted version of the Iterable interface. the OneTimeIterable.iterator() method classes implementing this interface may only be called once, subsequent calls should throw an exception.
OneTimeIterableWrapper<T> - Class in jut.lang
wrapper for an 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).
OneTimeIterableWrapper(Iterable<T>) - Constructor for class jut.lang.OneTimeIterableWrapper
wrap an 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).
onNext(ParamRunnable<T>) - Method in class jut.lang.AbstractOneTimeIterable
set the convenience user object to call before handing over the result of Iterator.next().
output(File) - Static method in class jut.io.Streams
opens a buffered output stream for a file. if the named file does cannot be opened for writing a FileNotFoundException is thrown.
overflowHandler - Variable in class jut.io.InputStreamCache
overflow handler for memory-only stream caches or null if none.

A B C D E F G H I J L M N O P R S T U V W