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