GNU Classpath (0.20) | |
Frames | No Frames |
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.
|
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). |
Methods with return type java.util.Set | |
Set | Returns this selector's key set.
|
Set | Returns this selector's selected-key set.
|
Methods with parameter type java.util.Set | |
IIOMetadata | Get the metadata associated with this image. |
IIOMetadata | Get the metadata associated with the image being read. |
Methods with return type java.util.Set | |
Set |
Constructors with parameter type java.util.Set | |
Methods with return type java.util.Set | |
Set | |
Set | |
Set | |
Set | |
Set | |
Set |
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. |
Constructors with parameter type java.util.Set | |
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. |
Methods with return type java.util.Set | |
Set | Returns the cancelled keys set.
|
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.
|
Methods with parameter type java.util.Set | |
void | Set the default Set of focus traversal keys for
one of the focus traversal directions.
|
void | 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 | 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 | Component.getFocusTraversalKeys(int id) Returns the set of keys for a given focus traversal action, as
defined in setFocusTraversalKeys . |
Set | Container.getFocusTraversalKeys(int id) 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.
|
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. |
GNU Classpath (0.20) |