Uses of Interface
org.jtheque.utils.collections.Closure

Packages that use Closure
org.jtheque.utils.collections Contains the utility classes for the use of collections. 
 

Uses of Closure in org.jtheque.utils.collections
 

Methods in org.jtheque.utils.collections with parameters of type Closure
static
<T> void
CollectionUtils.forAllDo(Iterable<T> collection, Closure<T> closure)
          Perform a closure on all the objects of the collection.
 



Copyright © 2010 JTheque. All Rights Reserved.