CS 1705 Library

cs1705
Interface DataTable.Row

All Superinterfaces:
Map<String,String>
All Known Implementing Classes:
DataTable.HashedRow
Enclosing interface:
DataTable

public static interface DataTable.Row
extends Map<String,String>

This interface defines the model used for each row in the table.


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 


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

Copyright © 2009 Virginia Tech.