Package net.sf.cglib.core
Class CollectionUtils
java.lang.Object
net.sf.cglib.core.CollectionUtils
- Version:
- $Id: CollectionUtils.java,v 1.7 2004/06/24 21:15:21 herbyderby Exp $
- Author:
- Chris Nokleberg
-
Method Summary
Modifier and TypeMethodDescriptionstatic Map
bucket
(Collection c, Transformer t) static Collection
filter
(Collection c, Predicate p) static Map
getIndexMap
(List list) static void
static List
transform
(Collection c, Transformer t)
-
Method Details
-
bucket
-
reverse
-
filter
-
transform
-
getIndexMap
-