Interface LocatedData<T>

  • Type Parameters:
    T - The data type.
    All Known Implementing Classes:
    DefaultLocatedData

    public interface LocatedData<T>
    Interface implemented by classes that give access to located data.
    Author:
    Damien Carbonne
    • Method Detail

      • getData

        T getData()
        Returns:
        The data.
      • getLocations

        List<Location> getLocations()
        Returns:
        The data locations.