Class BlockLocationHistoryTask.BlockLocationArchiveRecordMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- org.onebusaway.collections.FactoryMap<org.onebusaway.gtfs.model.AgencyAndIdInstance,List<BlockLocationArchiveRecord>>
-
- org.onebusaway.transit_data_federation.bundle.tasks.history.BlockLocationHistoryTask.BlockLocationArchiveRecordMap
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<org.onebusaway.gtfs.model.AgencyAndIdInstance,List<BlockLocationArchiveRecord>>
- Enclosing class:
- BlockLocationHistoryTask
public static class BlockLocationHistoryTask.BlockLocationArchiveRecordMap extends org.onebusaway.collections.FactoryMap<org.onebusaway.gtfs.model.AgencyAndIdInstance,List<BlockLocationArchiveRecord>>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.onebusaway.collections.FactoryMap
org.onebusaway.collections.FactoryMap.IValueFactory<KF extends Object,VF extends Object>
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description BlockLocationArchiveRecordMap()
-
Method Summary
-
Methods inherited from class org.onebusaway.collections.FactoryMap
create, create, createSorted, createSorted, get
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-