import java.util.List; public interface TruckLoader { List pack(List items, Fleet fleet); }