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 |