com.jivesoftware.util
Interface CollectionUtils.ListItemTransformer
- Enclosing class:
- CollectionUtils
public static interface CollectionUtils.ListItemTransformer
Collection modifying functor.
Method Summary |
void |
transform(int index,
java.lang.Object o)
Used to make some sort transformation to the item passed in. |
transform
void transform(int index,
java.lang.Object o)
- Used to make some sort transformation to the item passed in.
- Parameters:
index
- current list indexo
- object to apply transformation on
Copyright © 1999-2006 Jive Software.