collectionutils


Standard Syntax:
     <%@ taglib prefix="cu" uri="collectionutils" %>

XML Syntax:
     <anyxmlelement xmlns:cu="collectionutils" />

Collection-related EL functions

Tag Library Information
Display Namecollectionutils
Version1.0
Short Namecu
URIcollectionutils
 

Function Summary
java.util.ListtoList( java.lang.Object[])Converts an array to a list
java.util.Listshuffle( java.util.List)Randomly permutes the specified list
java.util.Map$Entryentryset( java.util.Map)Retuns the set of Map.Entry from a Map (can be used to iterate on the map)
java.util.ListpaginateCollection( java.util.Collection, int)Splits a collection into pages of the specified size
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.