| |||||||
| FRAMES NO FRAMES | |||||||
<%@ taglib prefix="cu" uri="collectionutils" %>
<anyxmlelement xmlns:cu="collectionutils" />
Collection-related EL functions
| Tag Library Information | |
| Display Name | collectionutils |
| Version | 1.0 |
| Short Name | cu |
| URI | collectionutils |
| Function Summary | ||
java.util.List | toList( java.lang.Object[]) | Converts an array to a list |
java.util.List | shuffle( java.util.List) | Randomly permutes the specified list |
java.util.Map$Entry | entryset( java.util.Map) | Retuns the set of Map.Entry from a Map (can be used to iterate on the map) |
java.util.List | paginateCollection( java.util.Collection, int) | Splits a collection into pages of the specified size |
| |||||||
| FRAMES NO FRAMES | |||||||