Package org.apache.ivy.util.filter
Class NoFilter<T>
- java.lang.Object
-
- org.apache.ivy.util.filter.NoFilter<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(T o)
static <T> Filter<T>
instance()
java.lang.String
toString()
-