Package tethys.species
Class DataBlockSpeciesMap
java.lang.Object
tethys.species.DataBlockSpeciesMap
- All Implemented Interfaces:
Serializable
Species map for a specified data block
This is the bit that can be serialised, and is primarily (only) a hash table of SpeciesMapItems which relate String species codes for a detector to more details itis and scientific name information.
- Author:
- dg50
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clearMap()
void
putItem
(String key, SpeciesMapItem speciesMapItem) void
removeItem
(String key)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
DataBlockSpeciesMap
public DataBlockSpeciesMap()
-
-
Method Details
-
putItem
-
getItem
-
removeItem
-
clearMap
public void clearMap()
-