java_list
Java list
Return to Java terms
- Interface List<E>
- Type Parameters: E - the type of elements in this list
- All Superinterfaces: Java Collection<E>, Java Iterable<E>
“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
java_list.txt · Last modified: 2025/02/01 06:48 by 127.0.0.1