Uses of Interface java.util.Collection

Uses in package gnu.java.security.util

Classes implementing java.util.Collection

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

Constructors with parameter type java.util.Collection

Create an n-tuple of arbitrary size.

Uses in package gnu.javax.swing.text.html.parser

Methods with parameter type java.util.Collection

Element
gnuDTD.defElement(String name, int type, boolean headless, boolean tailless, ContentModel content, Collection<E> exclusions, Collection<E> inclusions, AttributeList attributes)
Defines a new element and adds it to the element table.

Uses in package gnu.java.security.x509

Methods with parameter type java.util.Collection

void

Methods with return type java.util.Collection

Collection<E>
Collection<E>
Collection<E>
Collection<E>
Collection<E>
Collection<E>

Uses in package gnu.classpath.jdwp.event

Methods with return type java.util.Collection

Collection<E>
Returns the filters attached to this request
Collection<E>
Returns all requests of the given event kind

Uses in package gnu.java.rmi.server

Constructors with parameter type java.util.Collection

Create a new combined class loader that uses the given collection of loaders to load the classes and resources.

Methods with return type java.util.Collection

Collection<E>
Get the server references to the object, previously exported via this server.

Uses in package java.util.concurrent

Classes implementing java.util.Collection

class
A thread-safe implementation of an ArrayList.

Uses in package javax.print.attribute.standard

Classes implementing java.util.Collection

class
The JobStateReasons attribute provides the set of additional informations available about the current state of a print job.

Uses in package gnu.java.security.provider

Methods with return type java.util.Collection

Collection<E>
Collection<E>
Collection<E>
Collection<E>

Uses in package javax.management

Classes implementing java.util.Collection

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

Uses in package gnu.classpath.jdwp

Methods with return type java.util.Collection

Collection<E>
Returns a Collection of all classes loaded in the VM

Uses in package gnu.java.util

Methods with return type java.util.Collection

Collection<E>
Returns a collection representation of the values in this map.

Uses in package java.beans.beancontext

Classes implementing java.util.Collection

class
This is a helper class for implementing a bean context which supplies services.
class
This is a helper class for implementing a bean context.

Constructors with parameter type java.util.Collection

Create a new membership event.

Fields of type java.util.Collection

Collection<E>
The children that were added or removed.

Methods with parameter type java.util.Collection

boolean
boolean
void
Deserializes objects (written by serialize(ObjectOutputStream,Collection)) and adds them to the specified collection.
boolean
boolean
void
Writes the items in the collection to the specified output stream.

Uses in package gnu.CORBA

Classes implementing java.util.Collection

class
This class is used to store array lists.

Uses in package java.util

Classes implementing java.util.Collection

class
A basic implementation of most of the methods in the Collection interface to make it easier to create a collection.
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 abstract implementation of Set to make it easier to create your own implementations.
class
An array-backed implementation of the List interface.
class
Provides an efficient mechanism for recording a set of enumeration constants.
class
This class provides a HashMap-backed implementation of the Set interface.
class
This class provides a hashtable-backed implementation of the Set interface, with predictable traversal order.
class
Linked list implementation of the List interface.
class
class
This class provides a TreeMap-backed implementation of the SortedSet interface.
class
The Vector classes implements growable arrays of Objects.