Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.2
-
None
-
None
Description
Similar to this method on CollectionUtils:
public static Object find(Collection c,Predicate p)
there should be the following method on ListUtils:
public static int indexOf(List l,Predicate p)
which returns the index of the first Object in the List where the Predicate evaluates true.