com.healthmarketscience.jackcess.impl
Class RowImpl
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,Object>
com.healthmarketscience.jackcess.impl.RowImpl
- All Implemented Interfaces:
- Row, Serializable, Cloneable, Map<String,Object>
public class RowImpl
- extends LinkedHashMap<String,Object>
- implements Row
A row of data as column->value pairs.
Note that the AbstractMap.equals(java.lang.Object) and AbstractMap.hashCode() methods work on the row
contents only (i.e. they ignore the id).
- Author:
- James Ahlborn
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
RowImpl
public RowImpl(RowIdImpl id)
RowImpl
public RowImpl(RowIdImpl id,
int expectedSize)
RowImpl
public RowImpl(Row row)
getId
public RowIdImpl getId()
- Specified by:
getId in interface Row
- Returns:
- the id of this row
toString
public String toString()
- Overrides:
toString in class AbstractMap<String,Object>
Copyright © 2005-2013 Health Market Science. All Rights Reserved.