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 class
ArrayList<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 aList
of the specified portion of thisList
from the given start index to the end index minus one.
-