User Tools

Site Tools


java_list

Java list

Return to Java terms

“An ordered collection (also known as a sequence). The user of this 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: 2020/11/20 01:10 by 127.0.0.1