| |
|
| java.lang.Object org.geotools.data.vpf.io.TableRow
TableRow | public class TableRow implements VPFRow(Code) | | TableRow.java Created: Thu Jan 02 23:58:39 2003
author: Artur Hefczyc version: 1.0 |
Constructor Summary | |
public | TableRow(RowField[] fieldsArr, Map fieldsMap) Creates a new TableRow instance. |
TableRow | public TableRow(RowField[] fieldsArr, Map fieldsMap)(Code) | | Creates a new TableRow instance.
Parameters: fieldsArr - a RowField[] value Parameters: fieldsMap - a HashMap value |
equals | public boolean equals(Object obj)(Code) | | Describe equals method here.
Parameters: obj - an Object value a boolean value |
fieldsCount | public int fieldsCount()(Code) | | Describe fieldsCount method here.
an int value |
get | public RowField get(String name)(Code) | | Describe get method here.
Parameters: name - a String value a RowField value |
get | public RowField get(int idx)(Code) | | Describe get method here.
Parameters: idx - an int value a RowField value |
hashCode | public int hashCode()(Code) | | |
toString | public String toString()(Code) | | Describe toString method here.
a String value |
|
|
|