| 
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.compoze.util.CollectionUtility
This class contains utility methods that operate on collections.
| Constructor Summary | |
CollectionUtility()
 | 
|
| Method Summary | |
static int[] | 
getIntArray(java.util.Collection c)
Given a collection of integer objects, get an array of equal size containing ints.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public CollectionUtility()
| Method Detail | 
public static int[] getIntArray(java.util.Collection c)
c - the collection
  | 
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||