|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--at.dms.util.ArrayLocator
java.util.Arrays
.
This class allows to find the position of an object in an array.
Arrays
,
Arrays.binarySearch(long[], long)
,
List
Constructor Summary | |
ArrayLocator(java.lang.Object[] array)
Deprecated. Constructs a new ArrayLocator object. |
Method Summary | |
int |
getIndex(java.lang.Object object)
Deprecated. Returns the index of the specified object in the array, or -1 if the object cannot be found. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public ArrayLocator(java.lang.Object[] array)
Method Detail |
public int getIndex(java.lang.Object object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |