Uses of Interface java.util.Set

Uses in package javax.print.attribute.standard

Classes implementing java.util.Set

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

Methods with return type java.util.Set

Set
Constructs an unmodifiable view of the contained printer state reasons associated with the given severity level.

Uses in package java.security

Methods with return type java.util.Set

Set
Returns a Set of Strings containing the names of all available algorithms or types for the specified Java cryptographic service (e.g., Signature, MessageDigest, Cipher, Mac, KeyStore).

Uses in package java.nio.channels

Methods with return type java.util.Set

Set
Returns this selector's key set.
Set
Returns this selector's selected-key set.

Uses in package javax.imageio

Methods with parameter type java.util.Set

IIOMetadata
ImageReader.getImageMetadata(int imageIndex, String formatName, Set nodeNames)
Get the metadata associated with this image.
IIOMetadata
ImageReader.getStreamMetadata(String formatName, Set nodeNames)
Get the metadata associated with the image being read.

Uses in package java.nio.charset

Methods with return type java.util.Set

Set

Uses in package javax.security.auth

Constructors with parameter type java.util.Set

Subject.Subject(boolean readOnly, Set principals, Set pubCred, Set privCred)

Methods with return type java.util.Set

Set
Set
Set
Set
Set
Set

Uses in package java.text

Methods with parameter type java.util.Set

int
Returns the index of the character after the end of the run that contains all attributes in the specified Set defined for the current character.
int
Returns the index of the first character in the run that contains all attributes in the specified Set defined for the current character.

Methods with return type java.util.Set

Set
Returns a list of all keys that are defined for the text range.

Uses in package java.security.cert

Constructors with parameter type java.util.Set

PKIXBuilderParameters.PKIXBuilderParameters(Set trustAnchors, CertSelector targetConstraints)
Create a new PKIXBuilderParameters object, populating the trusted certificates set with the elements of the given set, each of which must be a TrustAnchor.
Create a new PKIXParameters object, populating the trusted certificates set with the elements of the given set, each of which must be a TrustAnchor.

Methods with parameter type java.util.Set

void
Sets the extended key usage criterion, as a set of OID strings.
void
Sets the initial policy identifiers (as OID strings).
void
Sets the trust anchors of this class, replacing the current trust anchors with those in the given set.

Methods with return type java.util.Set

Set
Returns a set of the CRITICAL extension OIDs from the certificate/CRL that the object implementing this interface manages.
Set
Returns a set of policies (string OIDs) that will satisfy this node's policy.
Set
Returns the set of extended key purpose IDs, as an unmodifiable set of OID strings.
Set
Returns the set of initial policy identifiers (as OID strings).
Set
Returns a set of the NON-CRITICAL extension OIDs from the certificate/CRL that the object implementing this interface manages.
Set
Returns a set of PolicyQualifierInfo objects that qualify the valid policy of this node.
Set
Returns a Set of revoked certificates.
Set
Returns an immutable set of X.509 extension object identifiers (OIDs) supported by this PKIXCertPathChecker.
Set
Returns an immutable set of trust anchors.

Uses in package java.nio.channels.spi

Methods with return type java.util.Set

Set
Returns the cancelled keys set.

Uses in package java.util.jar

Methods with return type java.util.Set

Set
Gives a Set of attribute name and values pairs as MapEntries.
Set
Gives a Set of all the values of defined attribute names.

Uses in package java.awt

Methods with parameter type java.util.Set

void
Set the default Set of focus traversal keys for one of the focus traversal directions.
void
Component.setFocusTraversalKeys(int id, Set keystrokes)
Sets the focus traversal keys for one of the three focus traversal directions supported by Components: KeyboardFocusManager.FORWARD_TRAVERSAL_KEYS, KeyboardFocusManager.BACKWARD_TRAVERSAL_KEYS, or KeyboardFocusManager.UP_CYCLE_TRAVERSAL_KEYS.
void
Container.setFocusTraversalKeys(int id, Set keystrokes)
Sets the focus traversal keys for a given traversal operation for this Container.

Methods with return type java.util.Set

Set
Returns a set of entries from the collection.
Set
Retrieve the default Set of focus traversal keys for one of the focus traversal directions.
Set
Returns the set of keys for a given focus traversal action, as defined in setFocusTraversalKeys.
Set
Returns the Set of focus traversal keys for a given traversal operation for this Container.
Set
Returns a set containing the keys from this collection.

Uses in package java.util

Classes implementing java.util.Set

class
An abstract implementation of Set to make it easier to create your own implementations.
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
This class provides a TreeMap-backed implementation of the SortedSet interface.

Fields of type java.util.Set

Set
An immutable, serializable, empty Set.

Methods with parameter type java.util.Set

Set
Returns a synchronized (thread-safe) set wrapper backed by the given set.
Set
Returns an unmodifiable view of the given set.

Methods with return type java.util.Set

Set
Returns a set view of the mappings in this Map.
Set
Returns a "set view" of this HashMap's entries.
Set
Returns a "set view" of this Hashtable's entries.
Set
Returns a "set view" of this Map's entries.
Set
Returns a set view of the mappings in this Map.
Set
Returns a "set view" of this TreeMap's entries.
Set
Returns a set representation of the entries in this map.
Set
Returns a set view of this map's keys.
Set
Returns a "set view" of this HashMap's keys.
Set
Returns a "set view" of this Hashtable's keys.
Set
Returns a "set view" of this Map's keys.
Set
Returns a set view of the keys in this Map.
Set
Returns a "set view" of this TreeMap's keys.
Set
Returns a set representation of the keys in this map.
Set
Obtain an immutable Set consisting of a single element.
Set
Returns a synchronized (thread-safe) set wrapper backed by the given set.
Set
Returns an unmodifiable view of the given set.