Uses of Class
jut.util.concurrent.BlockingOpenIterable

Packages that use BlockingOpenIterable
jut.util.concurrent utilities related to the java.util.concurrent package, taken from the java utility classes collection "jut". 
 

Uses of BlockingOpenIterable in jut.util.concurrent
 

Methods in jut.util.concurrent that return BlockingOpenIterable
 BlockingOpenIterable<T> BlockingOpenIterable.addItem(T item)
          add a new item to this BlockingOpenIterable, waiting if the cache is full.
 BlockingOpenIterable<T> BlockingOpenIterable.addItems(Iterable<T> items)
          add new items to this BlockingOpenIterable, waiting if the cache is full.
 BlockingOpenIterable<T> BlockingOpenIterable.close()
          close this BlockingOpenIterable so no more items may be added by addItem(Object).