Uses of Interface
java.util.List
-
Packages that use List Package Description java.util -
-
Uses of List in java.util
Classes in java.util that implement List Modifier and Type Class Description classArrayList<E>Methods in java.util that return List Modifier and Type Method Description List<E>ArrayList. subList(int arg0, int arg1)List<E>List. subList(int start, int end)Returns aListof the specified portion of thisListfrom the given start index to the end index minus one.
-