|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.displaytag.util.CollectionUtil
Utility methods for collection handling.
| Method Summary | |
static java.util.List |
getListFromObject(java.lang.Object iterableObject,
int startIndex,
int numberOfItems)
create an iterator on a given object (Collection, Enumeration, array, single Object) and crop the resulting list according to the startIndex and numberOfItems parameters. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static java.util.List getListFromObject(java.lang.Object iterableObject,
int startIndex,
int numberOfItems)
iterableObject - Collection, Enumeration or array to cropstartIndex - int starting indexnumberOfItems - int number of items to keep in the list
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||