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 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

H

Hash - Interface in org.tquadrat.foundation.util
The definition for a wrapper around hash values of any kind.
HASH_MD5 - Enum constant in enum class org.tquadrat.foundation.util.UniqueIdUtils.HashType
UUIDs of type 3 are using MD5 hashes.
HASH_SHA - Enum constant in enum class org.tquadrat.foundation.util.UniqueIdUtils.HashType
UUIDs of type 5 are using SHA-1 hashes.
hashCode() - Method in interface org.tquadrat.foundation.util.HeadTailList
hashCode() - Method in class org.tquadrat.foundation.util.internal.HashImpl
hashCode() - Method in class org.tquadrat.foundation.util.internal.HeadTailListImpl
hashCode() - Method in class org.tquadrat.foundation.util.internal.LazyListImpl
hashCode() - Method in class org.tquadrat.foundation.util.internal.LazyMapImpl
hashCode() - Method in class org.tquadrat.foundation.util.internal.LazySetImpl
HashImpl - Class in org.tquadrat.foundation.util.internal
The implementation for the interface Hash.
HashImpl(byte[]) - Constructor for class org.tquadrat.foundation.util.internal.HashImpl
Creates a new instance of HashImpl.
HashStringConverter - Class in org.tquadrat.foundation.util.stringconverter
The implementation of StringConverter for String values representing a hash value.
HashStringConverter() - Constructor for class org.tquadrat.foundation.util.stringconverter.HashStringConverter
Creates a new instance of HashStringConverter.
HashType() - Constructor for enum class org.tquadrat.foundation.util.UniqueIdUtils.HashType
 
hasMore() - Method in class org.tquadrat.foundation.util.Stack
Tests if the stack is not empty.
hasNetworkInterface() - Static method in class org.tquadrat.foundation.util.SystemUtils
Checks whether the current system has a network interface installed.
hasNext() - Method in class org.tquadrat.foundation.util.internal.HeadTailListImpl.IteratorImpl
hasVariable(String) - Method in class org.tquadrat.foundation.util.Template
Checks whether the adjusted template contains the variable of the form ${<name>} (matching the pattern given in Template.VARIABLE_PATTERN) with the given name.
hasVariables() - Method in class org.tquadrat.foundation.util.Template
Checks whether the adjusted template contains at least one variable of the form ${<name>} (matching the pattern given in Template.VARIABLE_PATTERN).
hasVariables(CharSequence) - Static method in class org.tquadrat.foundation.util.Template
Checks whether the given String contains at least one variable of the form ${<name>} (matching the pattern given in Template.VARIABLE_PATTERN).
head() - Method in interface org.tquadrat.foundation.util.HeadTailList
Returns the head of the list.
head() - Method in class org.tquadrat.foundation.util.internal.HeadTailListImpl
Returns the head of the list.
head() - Method in class org.tquadrat.foundation.util.Stack.Entry
Returns the current head.
headMap(K) - Method in class org.tquadrat.foundation.util.internal.LazySortedMapImpl


A call to this method initialises the lazy map.
HeadTailList<T> - Interface in org.tquadrat.foundation.util
A HeadTailList is an unmodifiable list data structure
HeadTailListImpl<T> - Class in org.tquadrat.foundation.util.internal
The implementation for the interface HeadTailList
HeadTailListImpl() - Constructor for class org.tquadrat.foundation.util.internal.HeadTailListImpl
Creates the empty HeadTailListImpl instance.
HeadTailListImpl(T, HeadTailList<T>) - Constructor for class org.tquadrat.foundation.util.internal.HeadTailListImpl
Creates a new HeadTailListImpl instance.
HeadTailListImpl.IteratorImpl<T> - Class in org.tquadrat.foundation.util.internal
The implementation of the interface Iterator for instances of HeadTailListImpl
HexUtils - Class in org.tquadrat.foundation.util
A set of utility methods that are useful for the conversion of byte arrays to and from strings of hexadecimal digits.
HexUtils() - Constructor for class org.tquadrat.foundation.util.HexUtils
No instance of this class is allowed.
holder() - Method in class org.tquadrat.foundation.util.internal.LazyMapImpl
Gives access to the internal Lazy instance for derived classes.
holder() - Method in class org.tquadrat.foundation.util.internal.LazySortedMapImpl
Gives access to the internal Lazy instance for derived classes.
HTML32 - Static variable in class org.tquadrat.foundation.util.internal.Entities
The set of entities supported by HTML 3.2.
HTML32_ENTITIES - Static variable in class org.tquadrat.foundation.util.internal.Entities
The name for the resource final that holds the entities that were introduced for HTML 3.2: "ISO8859_1_entities.data".
HTML40 - Static variable in class org.tquadrat.foundation.util.internal.Entities
The set of entities supported by HTML 4.0.
HTML40_ENTITIES - Static variable in class org.tquadrat.foundation.util.internal.Entities
The name for the resource final that holds the entities that were introduced for HTML 4.0: "html40_entities.data".
HTML50 - Static variable in class org.tquadrat.foundation.util.internal.Entities
The set of entities supported by HTML 5.0.
HTML50_ENTITIES - Static variable in class org.tquadrat.foundation.util.internal.Entities
The name for the resource final that holds the entities that were introduced for HTML 5.0: "html50_entities.data".
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 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form