Class ImageSeries
- All Implemented Interfaces:
Serializable, Cloneable, Comparable<ImageSeries>, Map<TileAddress, PNGTile>
A bean to store all tile imagery for a particular date/time.
- Since:
- 11.3
- Version:
- 11.3
- Author:
- Luke
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class AbstractMap
equals
-
Constructor Details
-
ImageSeries
-
-
Method Details
-
getType
-
getDate
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceMap<TileAddress, PNGTile>- Overrides:
hashCodein classAbstractMap<TileAddress, PNGTile>
-
toString
- Overrides:
toStringin classAbstractMap<TileAddress, PNGTile>
-
compareTo
- Specified by:
compareToin interfaceComparable<ImageSeries>
-