public class IntList2d extends Object
| Constructor and Description | 
|---|
| IntList2d() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | get(int col,
   int row) | 
| boolean | isAllocated(int col,
           int row) | 
| private void | resizeCols(int row,
          int col) | 
| private void | resizeRows(int row) | 
| void | set(int col,
   int row,
   int value) | 
List rows
Copyright © 2016 Open Microscopy Environment