Uses of Package
jut.lang

Packages that use jut.lang
jut.io utilities related to the java.io package, taken from the java utility classes collection "jut". 
jut.lang utilities related to the java.lang package, taken from the java utility classes collection "jut". 
jut.ref utilities related to call by reference issues, taken from the java utility classes collection "jut". 
jut.util.concurrent utilities related to the java.util.concurrent package, taken from the java utility classes collection "jut". 
 

Classes in jut.lang used by jut.io
ParamCallable
          interface providing a common protocol for objects that wish to execute code with one parameter and return a result to the caller.
ParamRunnable
          interface providing a common protocol for objects that wish to execute code with one parameter.
 

Classes in jut.lang used by jut.lang
AbstractOneTimeIterable
          template implementation of OneTimeIterable. the iterator of this template does not support the Iterator.remove() method. as convenience, a user method can be called before handing over the result of Iterator.next(), see AbstractOneTimeIterable.onNext(jut.lang.ParamRunnable).
OneTimeIterable
          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.
ParamRunnable
          interface providing a common protocol for objects that wish to execute code with one parameter.
 

Classes in jut.lang used by jut.ref
ParamCallable
          interface providing a common protocol for objects that wish to execute code with one parameter and return a result to the caller.
 

Classes in jut.lang used by jut.util.concurrent
AbstractOneTimeIterable
          template implementation of OneTimeIterable. the iterator of this template does not support the Iterator.remove() method. as convenience, a user method can be called before handing over the result of Iterator.next(), see AbstractOneTimeIterable.onNext(jut.lang.ParamRunnable).
OneTimeIterable
          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.