CS 1705 Library

cs1705
Class DataTable.HashedRow

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,String>
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
DataTable.HashedRow()
           
 
Method Summary
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

DataTable.HashedRow

public DataTable.HashedRow()

Last updated: Wed, Apr 1, 2009 • 12:29 AM EDT

Copyright © 2009 Virginia Tech.