Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

Foundation 1.1.2
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

H

HALFWIDTH_AND_FULLWIDTH_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
HANGUL_COMPATIBILITY_JAMO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
HANGUL_JAMO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
HANGUL_SYLLABLES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
HEAD - Static variable in interface javax.microedition.io.HttpConnection
HTTP Head method.
HEBREW - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
HIRAGANA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
HOUR - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the morning or afternoon.
HOUR0 - Static variable in class java.text.DateFormat.Field
Constant identifying the hour field, where the legal values are 0 to 11.
HOUR0_FIELD - Static variable in class java.text.DateFormat
Useful constant for zero-based HOUR field alignment.
HOUR1 - Static variable in class java.text.DateFormat.Field
Constant identifying the hour field, where the legal values are 1 to 12.
HOUR1_FIELD - Static variable in class java.text.DateFormat
Useful constant for one-based HOUR field alignment.
HOUR_OF_DAY - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the day.
HOUR_OF_DAY0 - Static variable in class java.text.DateFormat.Field
Constant identifying the hour of day field, where the legal values are 0 to 23.
HOUR_OF_DAY0_FIELD - Static variable in class java.text.DateFormat
Useful constant for zero-based HOUR_OF_DAY field alignment.
HOUR_OF_DAY1 - Static variable in class java.text.DateFormat.Field
Constant identifying the hour of day field, where the legal values are 1 to 24.
HOUR_OF_DAY1_FIELD - Static variable in class java.text.DateFormat
Useful constant for one-based HOUR_OF_DAY field alignment.
HTTP_ACCEPTED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 202: Accepted.
HTTP_ACCEPTED - Static variable in interface javax.microedition.io.HttpConnection
202: The request has been accepted for processing, but the processing has not been completed.
HTTP_BAD_GATEWAY - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 502: Bad Gateway.
HTTP_BAD_GATEWAY - Static variable in interface javax.microedition.io.HttpConnection
502: The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
HTTP_BAD_METHOD - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 405: Method Not Allowed.
HTTP_BAD_METHOD - Static variable in interface javax.microedition.io.HttpConnection
405: The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
HTTP_BAD_REQUEST - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 400: Bad Request.
HTTP_BAD_REQUEST - Static variable in interface javax.microedition.io.HttpConnection
400: The request could not be understood by the server due to malformed syntax.
HTTP_CLIENT_TIMEOUT - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 408: Request Time-Out.
HTTP_CLIENT_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
408: The client did not produce a request within the time that the server was prepared to wait.
HTTP_CONFLICT - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 409: Conflict.
HTTP_CONFLICT - Static variable in interface javax.microedition.io.HttpConnection
409: The request could not be completed due to a conflict with the current state of the resource.
HTTP_CREATED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 201: Created.
HTTP_CREATED - Static variable in interface javax.microedition.io.HttpConnection
201: The request has been fulfilled and resulted in a new resource being created.
HTTP_ENTITY_TOO_LARGE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 413: Request Entity Too Large.
HTTP_ENTITY_TOO_LARGE - Static variable in interface javax.microedition.io.HttpConnection
413: The server is refusing to process a request because the request entity is larger than the server is willing or able to process.
HTTP_EXPECT_FAILED - Static variable in interface javax.microedition.io.HttpConnection
417: The expectation given in an Expect request-header field could not be met by this server, or, if the server is a proxy, the server has unambiguous evidence that the request could not be met by the next-hop server.
HTTP_FORBIDDEN - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 403: Forbidden.
HTTP_FORBIDDEN - Static variable in interface javax.microedition.io.HttpConnection
403: The server understood the request, but is refusing to fulfill it.
HTTP_GATEWAY_TIMEOUT - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 504: Gateway Timeout.
HTTP_GATEWAY_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
504: The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI or some other auxiliary server it needed to access in attempting to complete the request.
HTTP_GONE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 410: Gone.
HTTP_GONE - Static variable in interface javax.microedition.io.HttpConnection
410: The requested resource is no longer available at the server and no forwarding address is known.
HTTP_INTERNAL_ERROR - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 500: Internal Server Error.
HTTP_INTERNAL_ERROR - Static variable in interface javax.microedition.io.HttpConnection
500: The server encountered an unexpected condition which prevented it from fulfilling the request.
HTTP_LENGTH_REQUIRED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 411: Length Required.
HTTP_LENGTH_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
411: The server refuses to accept the request without a defined Content- Length.
HTTP_MOVED_PERM - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 301: Moved Permanently.
HTTP_MOVED_PERM - Static variable in interface javax.microedition.io.HttpConnection
301: The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs.
HTTP_MOVED_TEMP - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 302: Temporary Redirect.
HTTP_MOVED_TEMP - Static variable in interface javax.microedition.io.HttpConnection
302: The requested resource resides temporarily under a different URI.
HTTP_MULT_CHOICE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 300: Multiple Choices.
HTTP_MULT_CHOICE - Static variable in interface javax.microedition.io.HttpConnection
300: The requested resource corresponds to any one of a set of representations, each with its own specific location, and agent- driven negotiation information is being provided so that the user (or user agent) can select a preferred representation and redirect its request to that location.
HTTP_NOT_ACCEPTABLE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 406: Not Acceptable.
HTTP_NOT_ACCEPTABLE - Static variable in interface javax.microedition.io.HttpConnection
406: The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
HTTP_NOT_AUTHORITATIVE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 203: Non-Authoritative Information.
HTTP_NOT_AUTHORITATIVE - Static variable in interface javax.microedition.io.HttpConnection
203: The returned meta-information in the entity-header is not the definitive set as available from the origin server.
HTTP_NOT_FOUND - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 404: Not Found.
HTTP_NOT_FOUND - Static variable in interface javax.microedition.io.HttpConnection
404: The server has not found anything matching the Request-URI.
HTTP_NOT_IMPLEMENTED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 501: Not Implemented.
HTTP_NOT_IMPLEMENTED - Static variable in interface javax.microedition.io.HttpConnection
501: The server does not support the functionality required to fulfill the request.
HTTP_NOT_MODIFIED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 304: Not Modified.
HTTP_NOT_MODIFIED - Static variable in interface javax.microedition.io.HttpConnection
304: If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code.
HTTP_NO_CONTENT - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 204: No Content.
HTTP_NO_CONTENT - Static variable in interface javax.microedition.io.HttpConnection
204: The server has fulfilled the request but does not need to return an entity-body, and might want to return updated meta-information.
HTTP_OK - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 200: OK.
HTTP_OK - Static variable in interface javax.microedition.io.HttpConnection
200: The request has succeeded.
HTTP_PARTIAL - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 206: Partial Content.
HTTP_PARTIAL - Static variable in interface javax.microedition.io.HttpConnection
206: The server has fulfilled the partial GET request for the resource.
HTTP_PAYMENT_REQUIRED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 402: Payment Required.
HTTP_PAYMENT_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
402: This code is reserved for future use.
HTTP_PRECON_FAILED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 412: Precondition Failed.
HTTP_PRECON_FAILED - Static variable in interface javax.microedition.io.HttpConnection
412: The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
HTTP_PROXY_AUTH - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 407: Proxy Authentication Required.
HTTP_PROXY_AUTH - Static variable in interface javax.microedition.io.HttpConnection
407: This code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy.
HTTP_REQ_TOO_LONG - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 414: Request-URI Too Large.
HTTP_REQ_TOO_LONG - Static variable in interface javax.microedition.io.HttpConnection
414: The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
HTTP_RESET - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 205: Reset Content.
HTTP_RESET - Static variable in interface javax.microedition.io.HttpConnection
205: The server has fulfilled the request and the user agent SHOULD reset the document view which caused the request to be sent.
HTTP_SEE_OTHER - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 303: See Other.
HTTP_SEE_OTHER - Static variable in interface javax.microedition.io.HttpConnection
303: The response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource.
HTTP_TEMP_REDIRECT - Static variable in interface javax.microedition.io.HttpConnection
307: The requested resource resides temporarily under a different URI.
HTTP_UNAUTHORIZED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 401: Unauthorized.
HTTP_UNAUTHORIZED - Static variable in interface javax.microedition.io.HttpConnection
401: The request requires user authentication.
HTTP_UNAVAILABLE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 503: Service Unavailable.
HTTP_UNAVAILABLE - Static variable in interface javax.microedition.io.HttpConnection
503: The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
HTTP_UNSUPPORTED_RANGE - Static variable in interface javax.microedition.io.HttpConnection
416: A server SHOULD return a response with this status code if a request included a Range request-header field , and none of the range-specifier values in this field overlap the current extent of the selected resource, and the request did not include an If-Range request-header field.
HTTP_UNSUPPORTED_TYPE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 415: Unsupported Media Type.
HTTP_UNSUPPORTED_TYPE - Static variable in interface javax.microedition.io.HttpConnection
415: The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
HTTP_USE_PROXY - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 305: Use Proxy.
HTTP_USE_PROXY - Static variable in interface javax.microedition.io.HttpConnection
305: The requested resource MUST be accessed through the proxy given by the Location field.
HTTP_VERSION - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 505: HTTP Version Not Supported.
HTTP_VERSION - Static variable in interface javax.microedition.io.HttpConnection
505: The server does not support, or refuses to support, the HTTP protocol version that was used in the request message.
HUFFMAN_ONLY - Static variable in class java.util.zip.Deflater
Compression strategy for Huffman coding only.
HashMap - class java.util.HashMap.
Hash table based implementation of the Map interface.
HashMap(int, float) - Constructor for class java.util.HashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
HashMap(int) - Constructor for class java.util.HashMap
Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
HashMap() - Constructor for class java.util.HashMap
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
HashMap(Map) - Constructor for class java.util.HashMap
Constructs a new HashMap with the same mappings as the specified Map.
HashSet - class java.util.HashSet.
This class implements the Set interface, backed by a hash table (actually a HashMap instance).
HashSet() - Constructor for class java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has default initial capacity (16) and load factor (0.75).
HashSet(Collection) - Constructor for class java.util.HashSet
Constructs a new set containing the elements in the specified collection.
HashSet(int, float) - Constructor for class java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and the specified load factor.
HashSet(int) - Constructor for class java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and default load factor, which is 0.75.
Hashtable - class java.util.Hashtable.
This class implements a hashtable, which maps keys to values.
Hashtable(int, float) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
Hashtable(int) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and default load factor, which is 0.75.
Hashtable() - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with a default initial capacity (11) and load factor, which is 0.75.
Hashtable(Map) - Constructor for class java.util.Hashtable
Constructs a new hashtable with the same mappings as the given Map.
HttpConnection - interface javax.microedition.io.HttpConnection.
This interface defines the necessary methods and constants for an HTTP connection.
HttpURLConnection - class java.net.HttpURLConnection.
A URLConnection with support for HTTP-specific features.
HttpURLConnection(URL) - Constructor for class java.net.HttpURLConnection
Constructor for the HttpURLConnection.
HttpsConnection - interface javax.microedition.io.HttpsConnection.
This interface defines the necessary methods and constants to establish a secure network connection.
h - Variable in class java.lang.reflect.Proxy
the invocation handler for this proxy instance.
halt(int) - Method in class java.lang.Runtime
Forcibly terminates the currently running Java virtual machine.
handleGetObject(String) - Method in class java.util.ListResourceBundle
 
handleGetObject(String) - Method in class java.util.PropertyResourceBundle
 
handleGetObject(String) - Method in class java.util.ResourceBundle
Gets an object for the given key from this resource bundle.
hasChanged() - Method in class java.util.Observable
Tests if this object has changed.
hasExtensions() - Method in class java.security.cert.X509CRLEntry
Returns true if this CRL entry has extensions.
hasMoreElements() - Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class java.util.StringTokenizer
Returns the same value as the hasMoreTokens method.
hasMoreTokens() - Method in class java.util.StringTokenizer
Tests if there are more tokens available from this tokenizer's string.
hasNext() - Method in interface java.util.Iterator
Returns true if the iteration has more elements.
hasNext() - Method in interface java.util.ListIterator
Returns true if this list iterator has more elements when traversing the list in the forward direction.
hasPrevious() - Method in interface java.util.ListIterator
Returns true if this list iterator has more elements when traversing the list in the reverse direction.
hasSameRules(TimeZone) - Method in class java.util.SimpleTimeZone
Returns true if this zone has the same rules and offset as another zone.
hasSameRules(TimeZone) - Method in class java.util.TimeZone
Returns true if this zone has the same rule and offset as another zone.
hasUnsupportedCriticalExtension() - Method in interface java.security.cert.X509Extension
Check if there is a critical extension that is not supported.
hashCode() - Method in class java.io.File
Computes a hash code for this abstract pathname.
hashCode() - Method in class java.io.FilePermission
Returns the hash code value for this object.
hashCode() - Method in class java.lang.Boolean
Returns a hash code for this Boolean object.
hashCode() - Method in class java.lang.Byte
Returns a hash code for this Byte.
hashCode() - Method in class java.lang.Character.Subset
Returns the standard hash code as defined by the Object.hashCode() method.
hashCode() - Method in class java.lang.Character
Returns a hash code for this Character.
hashCode() - Method in class java.lang.Double
Returns a hash code for this Double object.
hashCode() - Method in class java.lang.Float
Returns a hash code for this Float object.
hashCode() - Method in class java.lang.Integer
Returns a hash code for this Integer.
hashCode() - Method in class java.lang.Long
Returns a hash code for this Long.
hashCode() - Method in class java.lang.Object
Returns a hash code value for the object.
hashCode() - Method in class java.lang.Package
Return the hash code computed from the package name.
hashCode() - Method in class java.lang.Short
Returns a hash code for this Short.
hashCode() - Method in class java.lang.StackTraceElement
Returns a hash code value for this stack trace element.
hashCode() - Method in class java.lang.String
Returns a hash code for this string.
hashCode() - Method in class java.lang.reflect.Constructor
Returns a hashcode for this Constructor.
hashCode() - Method in class java.lang.reflect.Field
Returns a hashcode for this Field.
hashCode() - Method in class java.lang.reflect.Method
Returns a hashcode for this Method.
hashCode() - Method in class java.math.BigDecimal
Returns the hash code for this BigDecimal.
hashCode() - Method in class java.math.BigInteger
Returns the hash code for this BigInteger.
hashCode() - Method in class java.net.Inet4Address
Returns a hashcode for this IP address.
hashCode() - Method in class java.net.Inet6Address
Returns a hashcode for this IP address.
hashCode() - Method in class java.net.InetAddress
Returns a hashcode for this IP address.
hashCode() - Method in class java.net.InetSocketAddress
Returns a hashcode for this socket address.
hashCode() - Method in class java.net.NetworkInterface
 
hashCode() - Method in class java.net.SocketPermission
Returns the hash code value for this object.
hashCode() - Method in class java.net.URI
Returns a hash-code value for this URI.
hashCode() - Method in class java.net.URL
Creates an integer suitable for hash table indexing.
hashCode(URL) - Method in class java.net.URLStreamHandler
Provides the default hash calculation.
hashCode() - Method in class java.security.AccessControlContext
Returns the hash code value for this context.
hashCode() - Method in class java.security.AllPermission
Returns the hash code value for this object.
hashCode() - Method in class java.security.BasicPermission
Returns the hash code value for this object.
hashCode() - Method in class java.security.CodeSource
Returns the hash code value for this object.
hashCode() - Method in class java.security.Identity
Deprecated. Returns a hashcode for this identity.
hashCode() - Method in class java.security.Permission
Returns the hash code value for this Permission object.
hashCode() - Method in interface java.security.Principal
Returns a hashcode for this principal.
hashCode() - Method in class java.security.UnresolvedPermission
Returns the hash code value for this object.
hashCode() - Method in class java.security.cert.CertPath
Returns the hashcode for this certification path.
hashCode() - Method in class java.security.cert.Certificate
Returns a hashcode value for this certificate from its encoded form.
hashCode() - Method in class java.security.cert.X509CRL
Returns a hashcode value for this CRL from its encoded form.
hashCode() - Method in class java.security.cert.X509CRLEntry
Returns a hashcode value for this CRL entry from its encoded form.
hashCode() - Method in class java.text.AttributedCharacterIterator.Attribute
Returns a hash code value for the object.
hashCode() - Method in class java.text.ChoiceFormat
Generates a hash code for the message format object.
hashCode() - Method in class java.text.CollationKey
Creates a hash code for this CollationKey.
hashCode() - Method in class java.text.Collator
Generates the hash code for this Collator.
hashCode() - Method in class java.text.DateFormat
Overrides hashCode
hashCode() - Method in class java.text.DateFormatSymbols
Override hashCode.
hashCode() - Method in class java.text.DecimalFormat
Overrides hashCode
hashCode() - Method in class java.text.DecimalFormatSymbols
Override hashCode.
hashCode() - Method in class java.text.FieldPosition
Returns a hash code for this FieldPosition.
hashCode() - Method in class java.text.MessageFormat
Generates a hash code for the message format object.
hashCode() - Method in class java.text.NumberFormat
Overrides hashCode
hashCode() - Method in class java.text.ParsePosition
Returns a hash code for this ParsePosition.
hashCode() - Method in class java.text.RuleBasedCollator
Generates the hash code for the table-based collation object
hashCode() - Method in class java.text.SimpleDateFormat
Returns the hash code value for this SimpleDateFormat object.
hashCode() - Method in class java.text.StringCharacterIterator
Computes a hashcode for this iterator.
hashCode() - Method in class java.util.AbstractList
Returns the hash code value for this list.
hashCode() - Method in class java.util.AbstractMap
Returns the hash code value for this map.
hashCode() - Method in class java.util.AbstractSet
Returns the hash code value for this set.
hashCode() - Method in class java.util.BitSet
Returns a hash code value for this bit set.
hashCode() - Method in class java.util.Calendar
Returns a hash code for this calendar.
hashCode() - Method in interface java.util.Collection
Returns the hash code value for this collection.
hashCode() - Method in class java.util.Date
Returns a hash code value for this object.
hashCode() - Method in class java.util.GregorianCalendar
Override hashCode.
hashCode() - Method in class java.util.Hashtable
Returns the hash code value for this Map as per the definition in the Map interface.
hashCode() - Method in class java.util.IdentityHashMap
Returns the hash code value for this map.
hashCode() - Method in interface java.util.List
Returns the hash code value for this list.
hashCode() - Method in class java.util.Locale
Override hashCode.
hashCode() - Method in interface java.util.Map.Entry
Returns the hash code value for this map entry.
hashCode() - Method in interface java.util.Map
Returns the hash code value for this map.
hashCode() - Method in class java.util.PropertyPermission
Returns the hash code value for this object.
hashCode() - Method in interface java.util.Set
Returns the hash code value for this set.
hashCode() - Method in class java.util.SimpleTimeZone
Generates the hash code for the SimpleDateFormat object.
hashCode() - Method in class java.util.Vector
Returns the hash code value for this Vector.
hashCode() - Method in class java.util.jar.Attributes.Name
Computes the hash value for this attribute name.
hashCode() - Method in class java.util.jar.Attributes
Returns the hash code value for this Map.
hashCode() - Method in class java.util.jar.Manifest
Returns the hash code for this Manifest.
hashCode() - Method in class java.util.zip.ZipEntry
Returns the hash code value for this entry.
hashCode() - Method in class javax.security.auth.x500.X500Principal
Return a hash code for this X500Principal.
headMap(Object) - Method in interface java.util.SortedMap
Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
headMap(Object) - Method in class java.util.TreeMap
Returns a view of the portion of this map whose keys are strictly less than toKey.
headSet(Object) - Method in interface java.util.SortedSet
Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
headSet(Object) - Method in class java.util.TreeSet
Returns a view of the portion of this set whose elements are strictly less than toElement.
holdsLock(Object) - Static method in class java.lang.Thread
Returns true if and only if the current thread holds the monitor lock on the specified object.
hostsEqual(URL, URL) - Method in class java.net.URLStreamHandler
Compares the host components of two URLs.

Foundation 1.1.2
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 219 specification.