Package loci.poi.util
Class List2d
java.lang.Object
loci.poi.util.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.
- Version:
- $Id: List2d.java 496526 2007-01-15 22:46:35Z markt $
- Author:
- Glen Stampoultzis (glens at apache.org)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
List2d
public List2d()
-
-
Method Details
-
get
-
set
-