cs1705
Class DataTable.HashedRow
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,String>
cs1705.DataTable.HashedRow
- All Implemented Interfaces:
- DataTable.Row, Serializable, Cloneable, Map<String,String>
- Enclosing interface:
- DataTable
public static class DataTable.HashedRow
- extends HashMap<String,String>
- implements DataTable.Row
This is a default concrete implementation of the Row interface.
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
DataTable.HashedRow
public DataTable.HashedRow()
Copyright © 2009 Virginia Tech.