Skip navigation links
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

halt(int) - Method in class java.lang.Runtime
Terminate the application immediately
handleEvent(int, int, int, int, int, long) - Method in class tijos.framework.eventcenter.TiEventService
 
has(String) - Method in class tijos.framework.util.json.JSONObject
Determine if the JSONObject contains a specific key.
hasChanged() - Method in class java.util.Observable
True if setChanged has been called more recently than clearChanged.
hashCode() - Method in interface java.lang.annotation.Annotation
 
hashCode() - Method in class java.lang.Boolean
 
hashCode() - Method in class java.lang.Byte
 
hashCode() - Method in class java.lang.Character
 
hashCode() - Method in class java.lang.Double
 
hashCode() - Method in class java.lang.Enum
 
hashCode() - Method in class java.lang.Float
 
hashCode() - Method in class java.lang.Integer
 
hashCode() - Method in class java.lang.Long
 
hashCode() - Method in class java.lang.Object
 
hashCode() - Method in class java.lang.Short
 
hashCode() - Method in class java.lang.String
Special version of hash that returns the same value the same String values
hashCode() - Method in class java.net.Inet4Address
Computes the hashcode of the instance
hashCode() - Method in class java.net.Inet6Address
Returns a hashcode for this IP address (The hashcode is independent of scope)
hashCode() - Method in class java.net.InetAddress
Returns a hash value for this address.
hashCode() - Method in class java.net.InetSocketAddress
Returns the hashcode of the InetSocketAddress
hashCode() - Method in class java.net.URI
Computes the hashcode of the URI
hashCode() - Method in class java.text.AttributedCharacterIterator.Attribute
Returns a hash code value for the object.
hashCode() - Method in class java.text.DecimalFormat
Overrides hashCode
hashCode() - Method in class java.text.FieldPosition
Returns a hash code for this FieldPosition.
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.StringCharacterIterator
Computes a hashcode for this iterator.
hashCode() - Method in class java.util.AbstractList
Obtains a hash code for this list.
hashCode() - Method in class java.util.AbstractMap
Returns the hash code for this map.
hashCode() - Method in class java.util.AbstractMap.SimpleEntry
Returns the hash code of the entry.
hashCode() - Method in class java.util.AbstractSet
Returns a hash code for this Set.
hashCode(long[]) - Static method in class java.util.Arrays
Returns the hashcode of an array of long numbers.
hashCode(int[]) - Static method in class java.util.Arrays
Returns the hashcode of an array of integer numbers.
hashCode(short[]) - Static method in class java.util.Arrays
Returns the hashcode of an array of short numbers.
hashCode(char[]) - Static method in class java.util.Arrays
Returns the hashcode of an array of characters.
hashCode(byte[]) - Static method in class java.util.Arrays
Returns the hashcode of an array of bytes.
hashCode(boolean[]) - Static method in class java.util.Arrays
Returns the hashcode of an array of booleans.
hashCode(float[]) - Static method in class java.util.Arrays
Returns the hashcode of an array of floats.
hashCode(double[]) - Static method in class java.util.Arrays
Returns the hashcode of an array of doubles.
hashCode(Object[]) - Static method in class java.util.Arrays
Returns the hashcode of an array of objects.
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
Obtain a hash code for this collection.
hashCode() - Method in class java.util.Date
Computes the hash code of this Date as the XOR of the most significant and the least significant 32 bits of the 64 bit milliseconds value.
hashCode() - Method in class java.util.GregorianCalendar
Return a hash code for this object, following the general contract specified by Object.hashCode().
hashCode() - Method in class java.util.Hashtable
Returns the hashCode for this Hashtable.
hashCode() - Method in class java.util.IdentityHashMap
Returns the hashcode of this map.
hashCode() - Method in interface java.util.List
Obtains a hash code for this list.
hashCode() - Method in class java.util.Locale
Return the hash code for this locale.
hashCode() - Method in interface java.util.Map.Entry
Returns the hash code of the entry.
hashCode() - Method in interface java.util.Map
Returns the hash code for this map.
hashCode() - Method in interface java.util.Set
Returns the hash code for this set.
hashCode() - Method in class java.util.UUID
Returns a hash of this UUID.
hashCode() - Method in class java.util.Vector
Computes the hashcode of this object.
hashCode() - Method in class tijos.framework.networkcenter.ntp.NtpV3Impl
Computes a hashcode for this object.
hashCode() - Method in class tijos.framework.networkcenter.ntp.TimeInfo
Computes a hashcode for this object.
hashCode() - Method in class tijos.framework.networkcenter.ntp.TimeStamp
Computes a hashcode for this Timestamp.
HashMap<K,V> - Class in java.util
This class provides a hashtable-backed implementation of the Map interface.
HashMap() - Constructor for class java.util.HashMap
Construct a new HashMap with the default capacity (11) and the default load factor (0.75).
HashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.HashMap
Construct a new HashMap from the given Map, with initial capacity the greater of the size of m or the default of 11.
HashMap(int) - Constructor for class java.util.HashMap
Construct a new HashMap with a specific inital capacity and default load factor of 0.75.
HashMap(int, float) - Constructor for class java.util.HashMap
Construct a new HashMap with a specific inital capacity and load factor.
HashSet<T> - Class in java.util
This class provides a HashMap-backed implementation of the Set interface.
HashSet() - Constructor for class java.util.HashSet
Construct a new, empty HashSet whose backing HashMap has the default capacity (11) and loadFacor (0.75).
HashSet(int) - Constructor for class java.util.HashSet
Construct a new, empty HashSet whose backing HashMap has the supplied capacity and the default load factor (0.75).
HashSet(int, float) - Constructor for class java.util.HashSet
Construct a new, empty HashSet whose backing HashMap has the supplied capacity and load factor.
HashSet(Collection<? extends T>) - Constructor for class java.util.HashSet
Construct a new HashSet with the same elements as are in the supplied collection (eliminating any duplicates, of course).
Hashtable<K,V> - Class in java.util
A class which implements a hashtable data structure.
Hashtable() - Constructor for class java.util.Hashtable
Construct a new Hashtable with the default capacity (11) and the default load factor (0.75).
Hashtable(Map<? extends K, ? extends V>) - Constructor for class java.util.Hashtable
Construct a new Hashtable from the given Map, with initial capacity the greater of the size of m or the default of 11.
Hashtable(int) - Constructor for class java.util.Hashtable
Construct a new Hashtable with a specific inital capacity and default load factor of 0.75.
Hashtable(int, float) - Constructor for class java.util.Hashtable
Construct a new Hashtable with a specific initial capacity and load factor.
hasMoreElements() - Method in interface java.util.Enumeration
Tests whether there are elements remaining in the enumeration.
hasMoreElements() - Method in class java.util.StringTokenizer
This does the same as hasMoreTokens.
hasMoreTokens() - Method in class java.util.StringTokenizer
Tells if there are more tokens.
hasNext() - Method in interface java.util.Iterator
Tests whether there are elements remaining in the collection.
hasNext() - Method in interface java.util.ListIterator
Tests whether there are elements remaining in the list in the forward direction.
hasPrevious() - Method in interface java.util.ListIterator
Tests whether there are elements remaining in the list in the reverse direction.
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.NavigableMap
Returns a view of the portion of the map strictly less than toKey.
headMap(K) - Method in interface java.util.SortedMap
Returns a view of the portion of the map strictly less than toKey.
headMap(K) - Method in class java.util.TreeMap
Returns a view of this Map including all entries with keys less than toKey.
headMap(K, boolean) - Method in class java.util.TreeMap
Returns a view of this Map including all entries with keys less than (or equal to, if inclusive is true) toKey.
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.NavigableSet
Returns a view of the portion of the set strictly less than toElement.
headSet(E) - Method in interface java.util.SortedSet
Returns a view of the portion of the set strictly less than toElement.
headSet(T) - Method in class java.util.TreeSet
Returns a view of this Set including all elements less than to.
headSet(T, boolean) - Method in class java.util.TreeSet
Returns a view of this Set including all elements less than (or equal to, if inclusive is true) to.
hexStringToByte(String) - Static method in class tijos.framework.util.Formatter
Hex string to byte array
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(T) - Method in class java.util.TreeSet
Returns the least or lowest element in the 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 the entry associated with the least or lowest key that is strictly greater than the specified 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 the least or lowest key that is strictly greater than the specified key, or null if there is no such key.
highestOneBit(int) - Static method in class java.lang.Integer
 
highestOneBit(long) - Static method in class java.lang.Long
 
HOUR - Static variable in class java.util.Calendar
Constant representing the hour time field for 12-hour clock.
HOUR_OF_DAY - Static variable in class java.util.Calendar
Constant representing the hour of day time field for 24-hour clock.
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 
Skip navigation links