@Immutable public class SmartArrayInt extends Object
Constructor and Description |
---|
SmartArrayInt(int[] raw) |
Modifier and Type | Method and Description |
---|---|
int |
findIdx(int want)
Find the index of the want value
|
int |
get(int idx) |
int |
getN() |
void |
show(Formatter f) |
public int get(int idx)
public int getN()
public void show(Formatter f)
public int findIdx(int want)
want
- value wantedCopyright © 1999–2015 UCAR/Unidata. All rights reserved.