| java.util.Hashtable com.salmonllc.xml.Row
Row | public class Row extends java.util.Hashtable (Code) | | This object stores all the columns in form of a Hashtable.
Creation date: (8/7/01 12:00:55 PM)
author: : Administrator |
Constructor Summary | |
public | Row() Row constructor comment. | public | Row(int initialCapacity) Row constructor comment. | public | Row(int initialCapacity, float loadFactor) Row constructor comment. | public | Row(java.util.Map t) Row constructor comment. |
Row | public Row()(Code) | | Row constructor comment.
|
Row | public Row(int initialCapacity)(Code) | | Row constructor comment.
Parameters: initialCapacity - int |
Row | public Row(int initialCapacity, float loadFactor)(Code) | | Row constructor comment.
Parameters: initialCapacity - int Parameters: loadFactor - float |
|
|