FWIW in commons collection's CollectionUtils class there is a method, select() that will select objects from a collection given conditions you specify.
http://jakarta.apache.org/commons/collections/api/org/apache/commons/collections/CollectionUtils.html On Fri, 27 Dec 2002, Eigen Technology Pty Ltd wrote: > I have a db Table consisting of 10 (say col_A, col_B, col_C, col_D, ... > col_J) columns. After accessing these data using a PullTool (as suggested > by Scott and Peter), I stored them in a Vector/List. Before I display them > in my .vm file, I want to perform some filtering, e.g. select col_A = > "some_Text". > > The question is: > > I can extract what is in the Vector as Objects which has all ten columns > in it, it returns a certain address. But How do I get data in col_A out > and perform the filtering I intended to do? > > best wishes > michael > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- ===================================================================== Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
