Re: [collections] IndexTransformer in 3.2?

2005-11-24 Thread Stephen Colebourne
James Carman wrote: I put in a Bugzilla request for an IndexTransformer class. Basically, it just returns the value from the input (input can be List, array, String, or StringBuffer) at a specified index. We already have a CollectionUtils method for getting the indexed object from a

[collections] IndexTransformer in 3.2?

2005-11-23 Thread James Carman
All, I put in a Bugzilla request for an IndexTransformer class. Basically, it just returns the value from the input (input can be List, array, String, or StringBuffer) at a specified index. We've used a similar class in our application when we want to put the values from a query result