Interface HistoricalCollection<E>

    • Method Detail

      • get

        Collection<E> get()
        Returns the current collection. This is not intended to be modified, and may be an unmodifiable.
        Returns:
        Collection; current collection
      • get

        Collection<E> get​(Time time)
        Returns a past collection.
        Parameters:
        time - Time; time to obtain the collection at
        Returns:
        Collection; past collection