Uses of Package
jut.ref

Packages that use jut.ref
jut.io utilities related to the java.io 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". 
 

Classes in jut.ref used by jut.io
ICount
          generic long counter interface.
 

Classes in jut.ref used by jut.ref
Counter
          wrapper for a long value that is to be accessed and modified out of more than one context.
ICount
          generic long counter interface.
SimpleCounter
          wrapper for a long value that is to be accessed and modified out of more than one context.