Uses of Interface
org.sadun.util.ForEach.Filter

Packages that use ForEach.Filter
org.sadun.util New generic utilities package.  
 

Uses of ForEach.Filter in org.sadun.util
 

Constructors in org.sadun.util with parameters of type ForEach.Filter
ForEach(java.util.Collection c, ForEach.Filter filter)
          Creates a ForEach object applying to the elements of the given collection satisfying the given filter
ForEach(java.lang.Object[] array, ForEach.Filter filter)
          Creates a ForEach object applying to the elements of the given array satisfying the given filter
ForEach(java.util.Iterator i, ForEach.Filter filter)
          Creates a ForEach object applying to the elements of the given iterator satisfying the given filter