public class TableRow extends Object implements VPFRow
Constructor and Description |
---|
TableRow(RowField[] fieldsArr,
Map<String,RowField> fieldsMap)
Creates a new
TableRow instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Describe
equals method here. |
int |
fieldsCount()
Describe
fieldsCount method here. |
RowField |
get(int idx)
Describe
get method here. |
RowField |
get(String name)
Describe
get method here. |
int |
hashCode() |
String |
toString()
Describe
toString method here. |
public String toString()
toString
method here.public int fieldsCount()
fieldsCount
method here.int
valuepublic RowField get(String name)
get
method here.name
- a String
valueRowField
valuepublic RowField get(int idx)
get
method here.idx
- an int
valueRowField
valuepublic boolean equals(Object obj)
equals
method here.Copyright © 1996–2021 Geotools. All rights reserved.