I understand that there are two types of lists: linked and sequential. In the case of the linked in java we have the class java.util.LinkedList but in the case of the sequential lists I have not found any type of class. I think that an array is an example of a sequential list but I'm not clear about it. Could someone clarify these concepts?