public class IncTable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList |
cols |
private java.util.HashMap |
props |
private java.util.ArrayList |
rows |
Constructor and Description |
---|
IncTable(java.util.HashMap props)
Creates a new instance of IncTable
|