Interface HistoricalSortedMap<K,​V>

    • Method Detail

      • get

        SortedMap<K,​V> get()
        Returns the current sorted map.
        Specified by:
        get in interface HistoricalMap<K,​V>
        Returns:
        SortedMap; current sorted map
      • get

        SortedMap<K,​V> get​(Time time)
        Returns a past sorted map.
        Specified by:
        get in interface HistoricalMap<K,​V>
        Parameters:
        time - Time; time to obtain the sorted map at
        Returns:
        SortedMap; past sorted map