Package cdc.issues.locations
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetData()List<Location>getLocations()
-