Class AbstractHistoricalList.EventList<E,​L extends List<E>>

    • Constructor Detail

      • EventList

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

      • getIndex

        final int getIndex()
        Returns the index.
        Returns:
        index