|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.util.CollectionUtility
public class 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
|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||