Package org.apache.ivy.util.filter
Class NoFilter<T>
- java.lang.Object
-
- org.apache.ivy.util.filter.NoFilter<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NoFilter()
-
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()
-
-
-
Field Detail
-
INSTANCE
public static final Filter INSTANCE
-
-