Uses of Interface
org.apache.commons.collections.Closure

Packages that use Closure
org.apache.commons.collections Java Collections Framework extensions. 
 

Uses of Closure in org.apache.commons.collections
 

Methods in org.apache.commons.collections with parameters of type Closure
static void CollectionUtils.forAllDo(java.util.Collection collection, Closure closure)
          Executes the given closure on each element in the collection.
 



Copyright © 2001-2004 The Apache Software Foundation. All Rights Reserved.