Interface HistoricalMap<K,​V>

    • Method Detail

      • get

        Map<K,​V> get()
        Returns the current map.
        Returns:
        Map; current map
      • get

        Map<K,​V> get​(Time time)
        Returns a past map.
        Parameters:
        time - Time; time to obtain the map at
        Returns:
        Map; past map
      • replaceAll

        default void replaceAll​(BiFunction<? super K,​? super V,​? extends V> function)
        Specified by:
        replaceAll in interface Map<K,​V>