public interface StationTable
TODO: add subsetting by geographical region. TODO: RMI TODO: move to less specialized package.
Station
Modifier and Type | Method and Description |
---|---|
Station |
get(java.lang.String id)
Lookup Station by Identifier.
|
java.util.Set |
keySet()
Returns the set of Identifiers
|
int |
size()
Returns the number of stations in this table
|
java.util.Collection |
values()
Returns a collection view of the Station values
contained in this table.
|
Station get(java.lang.String id)
id
- station identifierjava.util.Set keySet()
int size()
java.util.Collection values()