@Immutable public class SmartArrayInt extends Object
| Constructor and Description |
|---|
SmartArrayInt(int[] raw) |
| Modifier and Type | Method and Description |
|---|---|
int |
findIdx(int want)
Find which index holds the value want
|
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 wanted