|
CubeTwister 2.0alpha141 2011-10-13 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.randelshofer.util.ArrayUtil
public class ArrayUtil
This class contains various methods for manipulating arrays (such as sorting and searching).
| Method Summary | |
|---|---|
static java.util.ArrayList |
asList(int[] values)
|
static int |
indexOf(java.lang.Object[] a,
java.lang.Object o)
Performs a linear search to determine the index of the specified Object. |
static int |
max(int[] a)
Returns the biggest integer value of the array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static int max(int[] a)
public static int indexOf(java.lang.Object[] a,
java.lang.Object o)
a - The array.o - The object.
public static java.util.ArrayList asList(int[] values)
|
(c) Werner Randelshofer. All rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||