 |
java.util: List.java
* access to list elements. Lists (like Java arrays) are zero based. Note 50 * that these operations may execute in time proportional to the index value 51 * for some implementations (the LinkedList class, for 52 * example). Thus, iterating over the ...
docjar.com |
 |