Package commandLineMenus
Interface ListData<T>
-
- Type Parameters:
T- The type of element of the List.
public interface ListData<T>Refreshs a List before printing it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<T>getList()Returns the elements that will be printed.
-
-
-
Method Detail
-
getList
java.util.List<T> getList()
Returns the elements that will be printed.- Returns:
- The elements that will be printed.
-
-