|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mbari.ma2.Ma2Util
Title: mbariMoos web application project Description: The goal of this project is to develop server side processes for use in disseminating OASIS and MOOS data sets. Copyright: Copyright (c) 2001 Company: MBARI Functions (i.e static methods) for operating on Multiarray (version 2) (ucar.ma2.*)
| Method Summary | |
static int |
binarySearch(ucar.ma2.Array ma,
long key,
int keyDimension)
Search a multiarray using a binary search |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static int binarySearch(ucar.ma2.Array ma,
long key,
int keyDimension)
ma - The interface ucar.ma2.Array to searchkey - The value to search forkeyDimension - Specifies the index of the dimension to search
for example if its a 2-D array and the first dimension contains the keyD
the keyDimension = 0
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||