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.

CDC 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.
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.
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.
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.
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.
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.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.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.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.Certificate
Returns a hashcode value for this certificate 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.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.SimpleDateFormat
Returns the hash code value for this SimpleDateFormat object.
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.
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.

CDC 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 218 specification.