|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.util.List2d
public class List2d
Provides an interface for interacting with 2d arrays of objects. This implementation will return null for items not yet allocated and automatically increase the array size for set operations. You never get an index out of bounds.
Constructor Summary | |
---|---|
List2d()
|
Method Summary | |
---|---|
java.lang.Object |
get(int col,
int row)
|
void |
set(int col,
int row,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public List2d()
Method Detail |
---|
public java.lang.Object get(int col, int row)
public void set(int col, int row, java.lang.Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |