Class AbstractHistoricalCollection.EventCollection<E,​C extends Collection<E>>

    • Constructor Detail

      • EventCollection

        public EventCollection​(double time,
                               E value)
        Constructor.
        Parameters:
        time - double; time of event
        value - E; value of event
    • Method Detail

      • restore

        public abstract void restore​(C collection)
        Restores the collection to the state of before the event.
        Parameters:
        collection - C; collection to restore