Index

A B C D E F G H I K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Serialized Form

H

handleEvent(EventType) - Method in interface com.github.tadukoo.util.event.EventListener
Handles the given Event.
HashManyToManyMap<K,V> - Class in com.github.tadukoo.util.map
A ManyToManyMap class that uses HashMultiMap as the backing MultiMap class.
HashManyToManyMap() - Constructor for class com.github.tadukoo.util.map.HashManyToManyMap
Creates a new HashManyToManyMap where the backing HashMultiMap is constructed with the default initial capacity (16) and the default load factor (0.75).
HashManyToManyMap(int) - Constructor for class com.github.tadukoo.util.map.HashManyToManyMap
Creates a new HashManyToManyMap where the backing HashMultiMaps are constructed with the specified initial capacity and the default load factor (0.75).
HashManyToManyMap(int, float) - Constructor for class com.github.tadukoo.util.map.HashManyToManyMap
Creates a new HashManyToManyMap where the backing HashMultiMaps are constructed with the specified initial capacity and load factor.
HashManyToManyMap(ManyToManyMap<K, V>) - Constructor for class com.github.tadukoo.util.map.HashManyToManyMap
Creates a new HashManyToManyMap where the backing HashMultiMap is constructed with the default initial capacity (16) and the default load factor (0.75).
HashManyToManyMap(MultiMap<K, V>) - Constructor for class com.github.tadukoo.util.map.HashManyToManyMap
Creates a new HashManyToManyMap where the backing HashMultiMap is constructed with the default initial capacity (16) and the default load factor (0.75).
HashManyToManyMap(Pair<K, V>...) - Constructor for class com.github.tadukoo.util.map.HashManyToManyMap
Creates a new HashManyToManyMap where the given Pairs are loaded into the map right away.
HashManyToManyMap(Map<K, V>) - Constructor for class com.github.tadukoo.util.map.HashManyToManyMap
Creates a new HashManyToManyMap where the backing HashMultiMaps are constructed with the same mappings as the specified Map.
HashMultiMap<K,V> - Class in com.github.tadukoo.util.map
A MultiMap class that uses HashMap as the backing Map class.
HashMultiMap() - Constructor for class com.github.tadukoo.util.map.HashMultiMap
Creates a new HashMultiMap where the backing HashMap is constructed with the default initial capacity (16) and the default load factor (0.75).
HashMultiMap(int) - Constructor for class com.github.tadukoo.util.map.HashMultiMap
Creates a new HashMultiMap where the backing HashMap is constructed with the specified initial capacity and the default load factor (0.75).
HashMultiMap(int, float) - Constructor for class com.github.tadukoo.util.map.HashMultiMap
Creates a new HashMultiMap where the backing HashMap is constructed with the specified initial capacity and load factor.
HashMultiMap(MultiMap<K, V>) - Constructor for class com.github.tadukoo.util.map.HashMultiMap
Creates a new HashMultiMap where the backing HashMap is constructed with the default initial capacity (16) and the default load factor (0.75).
HashMultiMap(Pair<K, V>...) - Constructor for class com.github.tadukoo.util.map.HashMultiMap
Creates a new HashMultiMap where the given Pairs are loaded into the map right away.
HashMultiMap(Map<K, V>) - Constructor for class com.github.tadukoo.util.map.HashMultiMap
Creates a new HashMultiMap where the backing HashMap is constructed with the same mappings as the specified Map.
hasItem(String) - Method in interface com.github.tadukoo.util.pojo.MappedPojo
Checks whether the pojo has an item for the given key
hasKey(String) - Method in interface com.github.tadukoo.util.pojo.MappedPojo
Checks whether the pojo has the given key
headMap(K) - Method in class com.github.tadukoo.util.map.TreeManyToManyMap
 
headMap(K) - Method in class com.github.tadukoo.util.map.TreeMultiMap
 
headMap(K, boolean) - Method in class com.github.tadukoo.util.map.TreeManyToManyMap
 
headMap(K, boolean) - Method in class com.github.tadukoo.util.map.TreeMultiMap
 
hexChars - Static variable in class com.github.tadukoo.util.ByteUtil
An array containing 0-9 and then A-F, used for converting to hex
hexToInt(char) - Static method in class com.github.tadukoo.util.ByteUtil
Converts the given hex character to an int
higherEntry(K) - Method in class com.github.tadukoo.util.map.TreeManyToManyMap
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 com.github.tadukoo.util.map.TreeMultiMap
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 class com.github.tadukoo.util.map.TreeManyToManyMap
Returns the least key strictly greater than the given key, or null if there is no such key.
higherKey(K) - Method in class com.github.tadukoo.util.map.TreeMultiMap
Returns the least key strictly greater than the given key, or null if there is no such key.
A B C D E F G H I K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Serialized Form