|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.data.vpf.io.TableRow
TableRow.java Created: Thu Jan 02 23:58:39 2003
| Constructor Summary | |
TableRow(RowField[] fieldsArr,
java.util.Map fieldsMap)
Creates a new TableRow instance. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Describe equals method here. |
int |
fieldsCount()
Describe fieldsCount method here. |
RowField |
get(int idx)
Describe get method here. |
RowField |
get(java.lang.String name)
Describe get method here. |
int |
hashCode()
|
java.lang.String |
toString()
Describe toString method here. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TableRow(RowField[] fieldsArr,
java.util.Map fieldsMap)
TableRow instance.
fieldsArr - a RowField[] valuefieldsMap - a HashMap value| Method Detail |
public java.lang.String toString()
toString method here.
String valuepublic int fieldsCount()
fieldsCount method here.
int valuepublic RowField get(java.lang.String name)
get method here.
name - a String value
RowField valuepublic RowField get(int idx)
get method here.
idx - an int value
RowField valuepublic boolean equals(java.lang.Object obj)
equals method here.
obj - an Object value
boolean valuepublic int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||