Uses of Interface java.util.Collection

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.

Constructors with parameter type java.util.Collection

Constructs a JobStateReasons attribute with the content of the given collection.

Uses in package java.security.cert

Constructors with parameter type java.util.Collection

Create a new CollectionCertStoreParameters with the specified collection.

Methods with parameter type java.util.Collection

void
PKIXCertPathChecker.check(Certificate cert, Collection unresolvedCritExts)
Checks a certificate, removing any critical extensions that are resolved in this check.
void
Sets the issuer names criterion.
void
Sets the subject alternative names critertion.

Methods with return type java.util.Collection

Collection
Generates CRLs based on the encoded data read from the InputStream.
Collection
Returns a collection of certificates that were read from the input stream.
Collection
Get the certificate revocation list from this store, filtering them through the specified CRLSelector.
Collection
Get the certificates from this store, filtering them through the specified CertSelector.
Collection
Generates CRLs based on the encoded data read from the InputStream.
Collection
Returns a collection of certificates that were read from the input stream.
Collection
Get a collection of certificate revocation lists from this CertStore, optionally filtered by the specified CRLSelector.
Collection
Get a collection of certificates from this CertStore, optionally filtered by the specified CertSelector.
Collection
Return the underlying collection.
Collection
Returns the alternative names for this certificate's issuer, or null if there are none.
Collection
Returns the set of issuer names that are matched by this selector, or null if this criteria is not set.
Collection
Returns the alternative names for this certificate's subject (the owner), or null if there are none.

Uses in package java.beans.beancontext

Classes implementing java.util.Collection

class
class

Constructors with parameter type java.util.Collection

Create a new membership event.

Fields of type java.util.Collection

Collection
The children that were added or removed.

Methods with parameter type java.util.Collection

boolean
Add the contents of a given collection to this collection.
boolean
Test whether this collection contains every element in a given collection.
void
boolean
Remove all elements of a given collection from this collection.
boolean
Remove all elements of this collection that are not contained in a given collection.
void

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
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.

Constructors with parameter type java.util.Collection

Construct a new ArrayList, and initialize it with the elements in the supplied Collection.
Construct a new HashSet with the same elements as are in the supplied collection (eliminating any duplicates, of course).
Construct a new HashSet with the same elements as are in the supplied collection (eliminating any duplicates, of course).
Create a linked list containing the elements, in order, of a given collection.
Construct a new TreeSet whose backing TreeMap uses the "natural" orering of the keys and which contains all of the elements in the supplied Collection.
Constructs a vector containing the contents of Collection, in the order given by the collection.

Methods with parameter type java.util.Collection

boolean
Insert the contents of a collection into the list at a given position (optional operation).
boolean
Insert the contents of a collection into the list at a given position (optional operation).
boolean
ArrayList.addAll(int index, Collection c)
Add all elements in the supplied collection, inserting them beginning at the specified index. c can contain objects of any type, as well as null values.
boolean
LinkedList.addAll(int index, Collection c)
Insert the elements of the collection in iteration order at the given index of this list.
boolean
List.addAll(int index, Collection c)
Insert the contents of a collection into the list at a given position (optional operation).
boolean
Vector.addAll(int index, Collection c)
Inserts all elements of the given collection at the given index of this Vector.
boolean
Add all the elements of a given collection to this collection (optional operation).
boolean
Add each element in the supplied Collection to this List.
boolean
Add the contents of a given collection to this collection.
boolean
Append the elements of the collection in iteration order to the end of this list.
boolean
Add the contents of a collection to the end of the list (optional operation).
boolean
Adds all of the elements of the given collection to this set (optional operation).
boolean
Adds all of the elements in the supplied Collection to this TreeSet.
boolean
Appends all elements of the given collection to the end of this Vector.
boolean
Tests whether this collection contains all the elements in a given collection.
boolean
Test whether this collection contains every element in a given collection.
boolean
Test whether this list contains every element in a given collection.
boolean
Returns true if this set contains all elements in the specified collection.
boolean
Returns true if this Vector contains all the elements in c.
Enumeration
Returns an Enumeration over a collection.
Object
Find the maximum element in a Collection, according to the natural ordering of the elements.
Object
Find the maximum element in a Collection, according to a specified Comparator.
Object
Find the minimum element in a Collection, according to the natural ordering of the elements.
Object
Find the minimum element in a Collection, according to a specified Comparator.
boolean
Remove from this collection all its elements that are contained in a given collection (optional operation).
boolean
Removes from this set all elements in the given collection (optional operation).
boolean
Remove all elements of a given collection from this collection.
boolean
Remove all elements of a given collection from this list (optional operation).
boolean
Removes from this set all elements contained in the specified collection (optional operation).
boolean
Remove from this vector all elements contained in the given collection.
boolean
Remove from this collection all its elements that are not contained in a given collection (optional operation).
boolean
Remove all elements of this collection that are not contained in a given collection.
boolean
Remove all elements of this list that are not contained in a given collection (optional operation).
boolean
Retains only the elements in this set that are also in the specified collection (optional operation).
boolean
Retain in this vector only the elements contained in the given collection.
Collection
Returns a synchronized (thread-safe) collection wrapper backed by the given collection.
Collection
Returns an unmodifiable view of the given collection.

Methods with return type java.util.Collection

Collection
Returns a synchronized (thread-safe) collection wrapper backed by the given collection.
Collection
Returns an unmodifiable view of the given collection.
Collection
Returns a collection or bag view of this map's values.
Collection
Returns a "collection view" (or "bag view") of this HashMap's values.
Collection
Returns a "collection view" (or "bag view") of this Hashtable's values.
Collection
Returns a "collection view" (or "bag view") of this Map's values.
Collection
Returns a collection (or bag) view of the values in this Map.
Collection
Returns a "collection view" (or "bag view") of this TreeMap's values.
Collection
Returns a collection representation of the values in this map.

Uses in package java.awt

Methods with return type java.util.Collection

Collection
Returns a collection of the values from this hint collection.

Uses in package java.util.jar

Methods with return type java.util.Collection

Collection
Returns all the values of the defined attribute name/value pairs as a Collection.