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

A

AbstractOneTimeIterable<T> - Class in jut.lang
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).
AbstractOneTimeIterable() - Constructor for class jut.lang.AbstractOneTimeIterable
 
add(long) - Method in class jut.ref.Counter
add a value to the counter.
add(long) - Method in interface jut.ref.ICount
add a value to the counter.
add(long) - Method in class jut.ref.SimpleCounter
add a value to the counter.
addDifListener(ParamCallable<Boolean, Long>) - Method in class jut.ref.Counter
add a (non-null) change listener to this Counter. since Counter implements ParamCallable, one counter can be linked to another counter by adding it to the change listeners of the other counter. note that listeners can be added multiple times. in this case, they will also be notified multiple times.
addItem(T) - Method in class jut.util.concurrent.BlockingOpenIterable
add a new item to this BlockingOpenIterable, waiting if the cache is full.
addItems(Iterable<T>) - Method in class jut.util.concurrent.BlockingOpenIterable
add new items to this BlockingOpenIterable, waiting if the cache is full.
addValListener(ParamCallable<Boolean, Long>) - Method in class jut.ref.Counter
add a (non-null) value listener to this Counter. note that listeners can be added multiple times. in this case, they will also be notified multiple times.
Assertions - Class in jut.lang
static assertions utility methods.
available() - Method in class jut.io.InputCountStream
available() - Method in class jut.io.InputStreamCache

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