Jive Forums API (5.5.20.2-oracle) Developer Javadocs

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.
 

Method Detail

transform

void transform(int index,
               java.lang.Object o)
Used to make some sort transformation to the item passed in.

Parameters:
index - current list index
o - object to apply transformation on

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.