Return to Java terms
“An ordered collection (also known as a Java sequence | sequence). The user of this Java interface | interface has precise control over where in the list each element is inserted. The user can access elements by their integer index (position in the list), and search for elements in the list.”
Fair Use https://docs.oracle.com/javase/10/docs/api/java/util/List.html