Class AbstractHistoricalMap.EventMap<K,​V,​M extends Map<K,​V>>

    • Constructor Detail

      • EventMap

        public EventMap​(double time,
                        K key,
                        boolean contained,
                        V previousValue)
        Constructor.
        Parameters:
        time - double; time of event
        key - K; key of event
        contained - boolean; whether the map contained the key prior to the event
        previousValue - V; previous value in the map