package dataStructures; import java.util.*; public interface IterableLinearList extends LinearList, Iterator {}