Uses of Interface java.util.List

Uses in package gnu.xml.stream

Constructors with parameter type java.util.List

DTDImpl.DTDImpl(Location location, String body, Object impl, List<E> notations, List<E> entities)
EndElementImpl.EndElementImpl(Location location, QName name, List<E> namespaces)
StartElementImpl.StartElementImpl(Location location, QName name, List<E> attributes, List<E> namespaces, NamespaceContext namespaceContext)

Fields of type java.util.List

List<E>
List<E>
List<E>
List<E>
List<E>

Methods with return type java.util.List

List<E>
List<E>

Uses in package gnu.java.security.util

Classes implementing java.util.List

class
A monotonic sequence of integers in the finite field 232.
class
A simple way to create immutable n-tuples.

Uses in package gnu.java.security.x509

Constructors with parameter type java.util.List

Fields of type java.util.List

List<E>

Methods with return type java.util.List

List<E>

Uses in package gnu.javax.crypto.jce.key

Fields of type java.util.List

List<E>

Uses in package java.util.concurrent

Classes implementing java.util.List

class
A thread-safe implementation of an ArrayList.

Uses in package gnu.java.security.provider

Methods with parameter type java.util.List

CertPath

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 gnu.java.awt

Methods with return type java.util.List

List<E>
Returns the visible children of a Container.

Uses in package gnu.xml.validation.datatype

Constructors with parameter type java.util.List

UnionSimpleType.UnionSimpleType(QName name, Set<E> facets, int fundamentalFacets, SimpleType baseType, Annotation annotation, List<E> memberTypes)

Fields of type java.util.List

List<E>
The member types in this union.

Uses in package gnu.javax.print

Methods with return type java.util.List

List<E>
Requests all classes from this CUPS server.
List<E>
Requests all printers from this CUPS server.

Uses in package gnu.javax.crypto.keyring

Fields of type java.util.List

List<E>
The contained entries.

Methods with return type java.util.List

List<E>
List<E>
Gets all primitive entries that have the given alias.
List<E>
Returns a List of entries (instances of Entry) for the given alias, or null if there no such entry exists.
List<E>
List<E>
Returns a copy of all entries this envelope contains.
List<E>

Uses in package gnu.java.lang.management

Methods with return type java.util.List

List<E>
Returns a list of the arguments given to the virtual machine, excluding those that apply to the main() method of the class file being executed.

Uses in package gnu.CORBA

Classes implementing java.util.List

class
This class is used to store array lists.

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.