|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.brandeis.cs.steele.util.ArrayUtilities
public abstract class ArrayUtilities
Miscellaneous array functions.
Constructor Summary | |
---|---|
ArrayUtilities()
|
Method Summary | |
---|---|
static int |
indexOf(java.lang.Object[] array,
java.lang.Object value)
Return the index of the first element of array that is equal
to value, or -1 , if no such element exists. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayUtilities()
Method Detail |
---|
public static int indexOf(java.lang.Object[] array, java.lang.Object value)
equal
to value, or -1
, if no such element exists.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |