Package org.springframework.cglib.core
Class CollectionUtils
java.lang.Object
org.springframework.cglib.core.CollectionUtils
- 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
-