|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectutils.Iarray
public class Iarray
| Constructor Summary | |
|---|---|
Iarray(int size)
|
|
Iarray(int[] udata)
|
|
| Method Summary | |
|---|---|
int |
get(int i)
|
int[] |
iarray()
|
void |
set(int i,
int v)
|
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Iarray(int size)
public Iarray(int[] udata)
| Method Detail |
|---|
public int get(int i)
public void set(int i,
int v)
public int[] iarray()
public int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||