Uses of Interface java.util.List

Uses in package javax.management

Classes implementing java.util.List

class
Represents a list of MBean Attributes, with their names and values.

Uses in package java.util

Classes implementing java.util.List

class
A basic implementation of most of the methods in the List interface to make it easier to create a List based on a random-access data structure.
class
Abstract superclass to make it easier to implement the List interface when backed by a sequential-access store, such as a linked list.
class
An array-backed implementation of the List interface.
class
Linked list implementation of the List interface.
class
class
The Vector classes implements growable arrays of Objects.

Fields of type java.util.List

List<E>
An immutable, serializable, empty List, which implements RandomAccess.

Uses in package java.util.concurrent

Classes implementing java.util.List

class

Uses in package javax.xml.stream.events

Methods with return type java.util.List

List<E>
Returns the entities declared in the DTD.
List<E>
Returns the notations declared in the DTD.

Uses in package javax.xml.xpath

Methods with parameter type java.util.List

Object
Evaluate the function with the specified arguments.