Module 
Package 
Class 
Use 
 Index 
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 _
FlexDoc/Javadoc 2.0
Demo Java Doc

H
HALFWIDTH_AND_FULLWIDTH_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Halfwidth and Fullwidth Forms" Unicode character block.
halt(int) - Method in class java.lang.Runtime
Forcibly terminates the currently running Java virtual machine.
HAN - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Han".
handle(BiFunction<? super T, Throwable, ? extends U>) - Method in class java.util.concurrent.CompletableFuture
Returns a new CompletionStage that, when this stage completes either normally or exceptionally, is executed with this stage's result and exception as arguments to the supplied function.
handle(BiFunction<? super T, Throwable, ? extends U>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this stage completes either normally or exceptionally, is executed with this stage's result and exception as arguments to the supplied function.
handleAsync(BiFunction<? super T, Throwable, ? extends U>) - Method in class java.util.concurrent.CompletableFuture
Returns a new CompletionStage that, when this stage completes either normally or exceptionally, is executed using this stage's default asynchronous execution facility, with this stage's result and exception as arguments to the supplied function.
handleAsync(BiFunction<? super T, Throwable, ? extends U>, Executor) - Method in class java.util.concurrent.CompletableFuture
Returns a new CompletionStage that, when this stage completes either normally or exceptionally, is executed using the supplied executor, with this stage's result and exception as arguments to the supplied function.
handleAsync(BiFunction<? super T, Throwable, ? extends U>) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this stage completes either normally or exceptionally, is executed using this stage's default asynchronous execution facility, with this stage's result and exception as arguments to the supplied function.
handleAsync(BiFunction<? super T, Throwable, ? extends U>, Executor) - Method in interface java.util.concurrent.CompletionStage
Returns a new CompletionStage that, when this stage completes either normally or exceptionally, is executed using the supplied executor, with this stage's result and exception as arguments to the supplied function.
handleComment(char[], int) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
Called by the parser to indicate a block of comment was encountered.
handleEndOfLineString(String) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
This is invoked after the stream has been parsed, but before flush.
handleEndTag(HTML.Tag, int) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
Callback from the parser.
handleGetObject(String) - Method in class java.util.ListResourceBundle
Gets an object for the given key from this resource bundle.
handleGetObject(String) - Method in class java.util.PropertyResourceBundle
Gets an object for the given key from this resource bundle.
handleGetObject(String) - Method in class java.util.ResourceBundle
Gets an object for the given key from this resource bundle.
handleKeySet() - Method in class java.util.ListResourceBundle
Returns a Set of the keys contained only in this ResourceBundle.
handleKeySet() - Method in class java.util.PropertyResourceBundle
Returns a Set of the keys contained only in this ResourceBundle.
handleKeySet() - Method in class java.util.ResourceBundle
Returns a Set of the keys contained only in this ResourceBundle.
handleSimpleTag(HTML.Tag, MutableAttributeSet, int) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
Callback from the parser.
handleStartTag(HTML.Tag, MutableAttributeSet, int) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
Callback from the parser.
handleText(char[], int) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
Called by the parser to indicate a block of text was encountered.
HANGUL - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Hangul".
HANGUL_COMPATIBILITY_JAMO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hangul Compatibility Jamo" Unicode character block.
HANGUL_JAMO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hangul Jamo" Unicode character block.
HANGUL_JAMO_EXTENDED_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hangul Jamo Extended-A" Unicode character block.
HANGUL_JAMO_EXTENDED_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hangul Jamo Extended-B" Unicode character block.
HANGUL_SYLLABLES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hangul Syllables" Unicode character block.
HANIFI_ROHINGYA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hanifi Rohingya" Unicode character block.
HANIFI_ROHINGYA - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Hanifi Rohingya".
HANUNOO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hanunoo" Unicode character block.
HANUNOO - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Hanunoo".
hasChanged() - Method in class java.util.Observable
Tests if this object has changed.
hasCharacteristics(int) - Method in interface java.util.Spliterator
Returns true if this Spliterator's Spliterator.characteristics() contain all of the given characteristics.
hasExtensions() - Method in class java.util.Locale
Returns true if this Locale has any extensions.
hash(Object...) - Static method in class java.util.Objects
Generates a hash code for a sequence of input values.
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(boolean) - Static method in class java.lang.Boolean
Returns a hash code for a boolean value; compatible with Boolean.hashCode().
hashCode() - Method in class java.lang.Byte
Returns a hash code for this Byte; equal to the result of invoking intValue().
hashCode(byte) - Static method in class java.lang.Byte
Returns a hash code for a byte value; compatible with Byte.hashCode().
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; equal to the result of invoking charValue().
hashCode(char) - Static method in class java.lang.Character
Returns a hash code for a char value; compatible with Character.hashCode().
hashCode() - Method in class java.lang.Double
Returns a hash code for this Double object.
hashCode(double) - Static method in class java.lang.Double
Returns a hash code for a double value; compatible with Double.hashCode().
hashCode() - Method in class java.lang.Enum
Returns a hash code for this enum constant.
hashCode() - Method in class java.lang.Float
Returns a hash code for this Float object.
hashCode(float) - Static method in class java.lang.Float
Returns a hash code for a float value; compatible with Float.hashCode().
hashCode() - Method in class java.lang.Integer
Returns a hash code for this Integer.
hashCode(int) - Static method in class java.lang.Integer
Returns a hash code for an int value; compatible with Integer.hashCode().
hashCode() - Method in class java.lang.Long
Returns a hash code for this Long.
hashCode(long) - Static method in class java.lang.Long
Returns a hash code for a long value; compatible with Long.hashCode().
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.ProcessBuilder.Redirect
Returns a hash code value for this Redirect.
hashCode() - Method in interface java.lang.ProcessHandle
Returns a hash code value for this ProcessHandle.
hashCode() - Method in class java.lang.Record
Returns a hash code value for the record.
hashCode() - Method in class java.lang.Runtime.Version
Returns the hash code of this version.
hashCode() - Method in class java.lang.Short
Returns a hash code for this Short; equal to the result of invoking intValue().
hashCode(short) - Static method in class java.lang.Short
Returns a hash code for a short value; compatible with Short.hashCode().
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 interface java.lang.annotation.Annotation
Returns the hash code of this annotation.
hashCode() - Method in class java.util.AbstractList
Returns the hash code value for this list.
hashCode() - Method in class java.util.AbstractMap.SimpleEntry
Returns the hash code value for this map entry.
hashCode() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns the hash code value for this map entry.
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.ArrayList
Returns the hash code value for this list.
hashCode(Object[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(boolean[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(byte[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(char[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(double[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(float[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(int[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(long[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(short[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode() - Method in class java.util.BitSet
Returns the 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.EnumMap
Returns the hash code value for this map.
hashCode() - Method in class java.util.GregorianCalendar
Generates the hash code for this GregorianCalendar object.
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.HexFormat
Returns a hashcode for this HexFormat.
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.LanguageRange
Returns a hash code value for the object.
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(Object) - Static method in class java.util.Objects
Returns the hash code of a non-null argument and 0 for a null argument.
hashCode() - Method in class java.util.Optional
Returns the hash code of the value, if present, otherwise 0 (zero) if no value is present.
hashCode() - Method in class java.util.OptionalDouble
Returns the hash code of the value, if present, otherwise 0 (zero) if no value is present.
hashCode() - Method in class java.util.OptionalInt
Returns the hash code of the value, if present, otherwise 0 (zero) if no value is present.
hashCode() - Method in class java.util.OptionalLong
Returns the hash code of the value, if present, otherwise 0 (zero) if no value is present.
hashCode() - Method in class java.util.Properties
Returns the hash code value for this Map as per the definition in the Map interface.
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.UUID
Returns a hash code for this UUID.
hashCode() - Method in class java.util.Vector
Returns the hash code value for this Vector.
hashCode() - Method in class java.util.concurrent.ConcurrentHashMap.KeySetView
Returns a hash code value for the object.
hashCode() - Method in class java.util.concurrent.ConcurrentHashMap
Returns the hash code value for this Map, i.e., the sum of, for each key-value pair in the map, key.hashCode() ^ value.hashCode().
hashCode() - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the hash code value for this list.
HashMap<K,V> - Class in java.util
Hash table based implementation of the Map interface.
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<? extends K, ? extends V>) - Constructor for class java.util.HashMap
Constructs a new HashMap with the same mappings as the specified Map.
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(int, float) - Constructor for class java.util.HashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
HashSet<E> - Class in java.util
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<? extends E>) - Constructor for class java.util.HashSet
Constructs a new set containing the elements in the specified collection.
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 (0.75).
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.
Hashtable<K,V> - Class in java.util
This class implements a hash table, which maps keys to values.
Hashtable() - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with a default initial capacity (11) and load factor (0.75).
Hashtable(Map<? extends K, ? extends V>) - Constructor for class java.util.Hashtable
Constructs a new hashtable with the same mappings as the given Map.
Hashtable(int) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and default load factor (0.75).
Hashtable(int, float) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
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.
hasNext() - Method in class java.util.Scanner
Returns true if this scanner has another token in its input.
hasNext(Pattern) - Method in class java.util.Scanner
Returns true if the next complete token matches the specified pattern.
hasNext(String) - Method in class java.util.Scanner
Returns true if the next token matches the pattern constructed from the specified string.
hasNextBigDecimal() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a BigDecimal using the Scanner.nextBigDecimal() method.
hasNextBigInteger() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a BigInteger in the default radix using the Scanner.nextBigInteger() method.
hasNextBigInteger(int) - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a BigInteger in the specified radix using the Scanner.nextBigInteger() method.
hasNextBoolean() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a boolean value using a case insensitive pattern created from the string "true|false".
hasNextByte() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a byte value in the default radix using the Scanner.nextByte() method.
hasNextByte(int) - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a byte value in the specified radix using the Scanner.nextByte() method.
hasNextDouble() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a double value using the Scanner.nextDouble() method.
hasNextFloat() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a float value using the Scanner.nextFloat() method.
hasNextInt() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as an int value in the default radix using the Scanner.nextInt() method.
hasNextInt(int) - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as an int value in the specified radix using the Scanner.nextInt() method.
hasNextLine() - Method in class java.util.Scanner
Returns true if there is another line in the input of this scanner.
hasNextLong() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a long value in the default radix using the Scanner.nextLong() method.
hasNextLong(int) - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a long value in the specified radix using the Scanner.nextLong() method.
hasNextShort() - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a short value in the default radix using the Scanner.nextShort() method.
hasNextShort(int) - Method in class java.util.Scanner
Returns true if the next token in this scanner's input can be interpreted as a short value in the specified radix using the Scanner.nextShort() method.
hasPrevious() - Method in interface java.util.ListIterator
Returns true if this list iterator has more elements when traversing the list in the reverse direction.
hasQueuedSubmissions() - Method in class java.util.concurrent.ForkJoinPool
Returns true if there are any tasks submitted to this pool that have not yet begun executing.
hasQueuedThreads() - Method in class java.util.concurrent.Semaphore
Queries whether any threads are waiting to acquire.
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.
hasSubscribers() - Method in class java.util.concurrent.SubmissionPublisher
Returns true if this publisher has any subscribers.
hasWaitingConsumer() - Method in class java.util.concurrent.LinkedTransferQueue
Returns true if there is at least one consumer waiting to receive an element via BlockingQueue.take() or timed poll.
hasWaitingConsumer() - Method in interface java.util.concurrent.TransferQueue
Returns true if there is at least one consumer waiting to receive an element via BlockingQueue.take() or timed poll.
HATRAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hatran" Unicode character block.
HATRAN - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Hatran".
headMap(K) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys are strictly less than toKey.
headMap(K, boolean) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys are less than (or equal to, if inclusive is true) toKey.
headMap(K) - Method in interface java.util.SortedMap
Returns a view of the portion of this map whose keys are strictly less than toKey.
headMap(K) - Method in class java.util.TreeMap
Returns a view of the portion of this map whose keys are strictly less than toKey.
headMap(K, boolean) - Method in class java.util.TreeMap
Returns a view of the portion of this map whose keys are less than (or equal to, if inclusive is true) toKey.
headMap(K) - Method in interface java.util.concurrent.ConcurrentNavigableMap
Returns a view of the portion of this map whose keys are strictly less than toKey.
headMap(K, boolean) - Method in interface java.util.concurrent.ConcurrentNavigableMap
Returns a view of the portion of this map whose keys are less than (or equal to, if inclusive is true) toKey.
headMap(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a view of the portion of this map whose keys are strictly less than toKey.
headMap(K, boolean) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a view of the portion of this map whose keys are less than (or equal to, if inclusive is true) toKey.
headSet(E) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements are strictly less than toElement.
headSet(E, boolean) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements are less than (or equal to, if inclusive is true) toElement.
headSet(E) - Method in interface java.util.SortedSet
Returns a view of the portion of this set whose elements are strictly less than toElement.
headSet(E) - Method in class java.util.TreeSet
Returns a view of the portion of this set whose elements are strictly less than toElement.
headSet(E, boolean) - Method in class java.util.TreeSet
Returns a view of the portion of this set whose elements are less than (or equal to, if inclusive is true) toElement.
headSet(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns a view of the portion of this set whose elements are strictly less than toElement.
headSet(E, boolean) - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns a view of the portion of this set whose elements are less than (or equal to, if inclusive is true) toElement.
HEBREW - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hebrew" Unicode character block.
HEBREW - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Hebrew".
helpComplete(int) - Method in class java.util.concurrent.CountedCompleter
If this task has not completed, attempts to process at most the given number of other unprocessed tasks for which this task is on the completion path, if any are known to exist.
helpQuiesce() - Static method in class java.util.concurrent.ForkJoinTask
Possibly executes tasks until the pool hosting the current task is quiescent.
HexFormat - Class in java.util
HexFormat converts between bytes and chars and hex-encoded strings which may include additional formatting markup such as prefixes, suffixes, and delimiters.
HiddenAction() - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader.HiddenAction
Constructs a HiddenAction.
HIGH_PRIVATE_USE_SURROGATES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "High Private Use Surrogates" Unicode character block.
HIGH_SURROGATES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "High Surrogates" Unicode character block.
higher(E) - Method in interface java.util.NavigableSet
Returns the least element in this set strictly greater than the given element, or null if there is no such element.
higher(E) - Method in class java.util.TreeSet
Returns the least element in this set strictly greater than the given element, or null if there is no such element.
higher(E) - Method in class java.util.concurrent.ConcurrentSkipListSet
Returns the least element in this set strictly greater than the given element, or null if there is no such element.
higherEntry(K) - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the least key strictly greater than the given key, or null if there is no such key.
higherEntry(K) - Method in class java.util.TreeMap
Returns a key-value mapping associated with the least key strictly greater than the given key, or null if there is no such key.
higherEntry(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns a key-value mapping associated with the least key strictly greater than the given key, or null if there is no such key.
higherKey(K) - Method in interface java.util.NavigableMap
Returns the least key strictly greater than the given key, or null if there is no such key.
higherKey(K) - Method in class java.util.TreeMap
Returns the least key strictly greater than the given key, or null if there is no such key.
higherKey(K) - Method in class java.util.concurrent.ConcurrentSkipListMap
Returns the least key strictly greater than the given key, or null if there is no such key.
highestOneBit(int) - Static method in class java.lang.Integer
Returns an int value with at most a single one-bit, in the position of the highest-order ("leftmost") one-bit in the specified int value.
highestOneBit(long) - Static method in class java.lang.Long
Returns a long value with at most a single one-bit, in the position of the highest-order ("leftmost") one-bit in the specified long value.
highSurrogate(int) - Static method in class java.lang.Character
Returns the leading surrogate (a high surrogate code unit) of the surrogate pair representing the specified supplementary character (Unicode code point) in the UTF-16 encoding.
HIRAGANA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Hiragana" Unicode character block.
HIRAGANA - Constant in enum java.lang.Character.UnicodeScript
Unicode script "Hiragana".
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.
HOUR - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the morning or afternoon.
HOUR_OF_DAY - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the day.
HOURS - Constant in enum java.util.concurrent.TimeUnit
Time unit representing sixty minutes.
HTMLDocument - Class in javax.swing.text.html
A document that models HTML.
HTMLDocument() - Constructor for class javax.swing.text.html.HTMLDocument
Constructs an HTML document using the default buffer size and a default StyleSheet.
HTMLDocument(AbstractDocument.Content, StyleSheet) - Constructor for class javax.swing.text.html.HTMLDocument
Constructs an HTML document with the given content storage implementation and the given style/attribute storage mechanism.
HTMLDocument(StyleSheet) - Constructor for class javax.swing.text.html.HTMLDocument
Constructs an HTML document with the default content storage implementation and the specified style/attribute storage mechanism.
HTMLDocument.BlockElement - Class in javax.swing.text.html
An element that represents a structural block of HTML.
HTMLDocument.HTMLReader - Class in javax.swing.text.html
An HTML reader to load an HTML document with an HTML element structure.
HTMLDocument.HTMLReader.BlockAction - Class in javax.swing.text.html
Action assigned by default to handle the Block task of the reader.
HTMLDocument.HTMLReader.CharacterAction - Class in javax.swing.text.html
Action assigned by default to handle the Character task of the reader.
HTMLDocument.HTMLReader.FormAction - Class in javax.swing.text.html
Action to support forms by building all of the elements used to represent form controls.
HTMLDocument.HTMLReader.HiddenAction - Class in javax.swing.text.html
Action assigned by default to handle the Hidden task of the reader.
HTMLDocument.HTMLReader.IsindexAction - Class in javax.swing.text.html
Action assigned by default to handle the Isindex task of the reader.
HTMLDocument.HTMLReader.ParagraphAction - Class in javax.swing.text.html
Action assigned by default to handle the Paragraph task of the reader.
HTMLDocument.HTMLReader.PreAction - Class in javax.swing.text.html
Action assigned by default to handle the Pre block task of the reader.
HTMLDocument.HTMLReader.SpecialAction - Class in javax.swing.text.html
Action assigned by default to handle the Special task of the reader.
HTMLDocument.HTMLReader.TagAction - Class in javax.swing.text.html
An action to be performed in response to parsing a tag.
HTMLDocument.Iterator - Class in javax.swing.text.html
An iterator to iterate over a particular type of tag.
HTMLDocument.RunElement - Class in javax.swing.text.html
An element that represents a chunk of text that has a set of HTML character level attributes assigned to it.
HTMLReader(int) - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader
Constructs an HTMLReader using default pop and push depth and no tag to insert.
HTMLReader(int, int, int, HTML.Tag) - Constructor for class javax.swing.text.html.HTMLDocument.HTMLReader
Constructs an HTMLReader.
hypot(double, double) - Static method in class java.lang.Math
Returns sqrt(x2 +y2) without intermediate overflow or underflow.
hypot(double, double) - Static method in class java.lang.StrictMath
Returns sqrt(x2 +y2) without intermediate overflow or underflow.

Module 
Package 
Class 
Use 
 Index 
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 _
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz