Package net.sf.cglib.core
Class CollectionUtils
- java.lang.Object
-
- net.sf.cglib.core.CollectionUtils
-
public class CollectionUtils extends Object
- Version:
- $Id: CollectionUtils.java,v 1.7 2004/06/24 21:15:21 herbyderby Exp $
- Author:
- Chris Nokleberg
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Mapbucket(Collection c, Transformer t)static Collectionfilter(Collection c, Predicate p)static MapgetIndexMap(List list)static voidreverse(Map source, Map target)static Listtransform(Collection c, Transformer t)
-
-
-
Method Detail
-
bucket
public static Map bucket(Collection c, Transformer t)
-
filter
public static Collection filter(Collection c, Predicate p)
-
transform
public static List transform(Collection c, Transformer t)
-
-