Index
All Classes and Interfaces|All Packages|Serialized Form
T
- tailMap(K) - Method in class com.github.tadukoo.util.map.TreeManyToManyMap
- tailMap(K) - Method in class com.github.tadukoo.util.map.TreeMultiMap
- tailMap(K, boolean) - Method in class com.github.tadukoo.util.map.TreeManyToManyMap
- tailMap(K, boolean) - Method in class com.github.tadukoo.util.map.TreeMultiMap
- test(A) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate
-
Takes a single argument and returns a boolean.
- test(A, B) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate2
-
Takes two arguments and returns a boolean.
- test(A, B, C) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate3
-
Takes three arguments and returns a boolean.
- test(A, B, C, D) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate4
-
Takes four arguments and returns a boolean.
- test(A, B, C, D, E) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate5
-
Takes five arguments and returns a boolean.
- test(A, B, C, D, E, F) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate6
-
Takes six arguments and returns a boolean.
- test(A, B, C, D, E, F, G) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate7
-
Takes seven arguments and returns a boolean.
- test(A, B, C, D, E, F, G, H) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate8
-
Takes eight arguments and returns a boolean.
- test(A, B, C, D, E, F, G, H, I) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate9
-
Takes nine arguments and returns a boolean.
- test(A, B, C, D, E, F, G, H, I, J) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate10
-
Takes ten arguments and returns a boolean.
- theMap - Variable in class com.github.tadukoo.util.map.MultiMap
-
Underlying Map used to store the key-value pairs
- ThrowingConsumer<A,
T extends Throwable> - Interface in com.github.tadukoo.util.functional.consumer - ThrowingConsumer10<A,
B, C, D, E, F, G, H, I, J, T extends Throwable> - Interface in com.github.tadukoo.util.functional.consumer -
A consumer that takes ten arguments, returns a result, and may throw a
Throwable
. - ThrowingConsumer2<A,
B, T extends Throwable> - Interface in com.github.tadukoo.util.functional.consumer -
A better version of Java's
BiConsumer
interface that allows for the consumers to throw whateverThrowable
is specified. - ThrowingConsumer3<A,
B, C, T extends Throwable> - Interface in com.github.tadukoo.util.functional.consumer -
A consumer that takes three arguments, returns a result, and may throw a
Throwable
. - ThrowingConsumer4<A,
B, C, D, T extends Throwable> - Interface in com.github.tadukoo.util.functional.consumer -
A consumer that takes four arguments, returns a result, and may throw a
Throwable
. - ThrowingConsumer5<A,
B, C, D, E, T extends Throwable> - Interface in com.github.tadukoo.util.functional.consumer -
A consumer that takes five arguments, returns a result, and may throw a
Throwable
. - ThrowingConsumer6<A,
B, C, D, E, F, T extends Throwable> - Interface in com.github.tadukoo.util.functional.consumer -
A consumer that takes six arguments, returns a result, and may throw a
Throwable
. - ThrowingConsumer7<A,
B, C, D, E, F, G, T extends Throwable> - Interface in com.github.tadukoo.util.functional.consumer -
A consumer that takes seven arguments, returns a result, and may throw a
Throwable
. - ThrowingConsumer8<A,
B, C, D, E, F, G, H, T extends Throwable> - Interface in com.github.tadukoo.util.functional.consumer -
A consumer that takes eight arguments, returns a result, and may throw a
Throwable
. - ThrowingConsumer9<A,
B, C, D, E, F, G, H, I, T extends Throwable> - Interface in com.github.tadukoo.util.functional.consumer -
A consumer that takes nine arguments, returns a result, and may throw a
Throwable
. - ThrowingFunction<A,
R, T extends Throwable> - Interface in com.github.tadukoo.util.functional.function - ThrowingFunction10<A,
B, C, D, E, F, G, H, I, J, R, T extends Throwable> - Interface in com.github.tadukoo.util.functional.function -
A function that takes ten arguments, returns a result, and may throw a
Throwable
. - ThrowingFunction2<A,
B, R, T extends Throwable> - Interface in com.github.tadukoo.util.functional.function -
A better version of Java's
BiFunction
interface that allows for the functions to throw whateverThrowable
is specified. - ThrowingFunction3<A,
B, C, R, T extends Throwable> - Interface in com.github.tadukoo.util.functional.function -
A function that takes three arguments, returns a result, and may throw a
Throwable
. - ThrowingFunction4<A,
B, C, D, R, T extends Throwable> - Interface in com.github.tadukoo.util.functional.function -
A function that takes four arguments, returns a result, and may throw a
Throwable
. - ThrowingFunction5<A,
B, C, D, E, R, T extends Throwable> - Interface in com.github.tadukoo.util.functional.function -
A function that takes five arguments, returns a result, and may throw a
Throwable
. - ThrowingFunction6<A,
B, C, D, E, F, R, T extends Throwable> - Interface in com.github.tadukoo.util.functional.function -
A function that takes six arguments, returns a result, and may throw a
Throwable
. - ThrowingFunction7<A,
B, C, D, E, F, G, R, T extends Throwable> - Interface in com.github.tadukoo.util.functional.function -
A function that takes seven arguments, returns a result, and may throw a
Throwable
. - ThrowingFunction8<A,
B, C, D, E, F, G, H, R, T extends Throwable> - Interface in com.github.tadukoo.util.functional.function -
A function that takes eight arguments, returns a result, and may throw a
Throwable
. - ThrowingFunction9<A,
B, C, D, E, F, G, H, I, R, T extends Throwable> - Interface in com.github.tadukoo.util.functional.function -
A function that takes nine arguments, returns a result, and may throw a
Throwable
. - ThrowingPredicate<A,
T extends Throwable> - Interface in com.github.tadukoo.util.functional.predicate - ThrowingPredicate10<A,
B, C, D, E, F, G, H, I, J, T extends Throwable> - Interface in com.github.tadukoo.util.functional.predicate -
A predicate that takes ten arguments, returns a boolean, and may throw a
Throwable
. - ThrowingPredicate2<A,
B, T extends Throwable> - Interface in com.github.tadukoo.util.functional.predicate -
A better version of Java's
BiPredicate
interface that allows for the predicates to throw whateverThrowable
is specified. - ThrowingPredicate3<A,
B, C, T extends Throwable> - Interface in com.github.tadukoo.util.functional.predicate -
A predicate that takes three arguments, returns a boolean, and may throw a
Throwable
. - ThrowingPredicate4<A,
B, C, D, T extends Throwable> - Interface in com.github.tadukoo.util.functional.predicate -
A predicate that takes four arguments, returns a boolean, and may throw a
Throwable
. - ThrowingPredicate5<A,
B, C, D, E, T extends Throwable> - Interface in com.github.tadukoo.util.functional.predicate -
A predicate that takes five arguments, returns a boolean, and may throw a
Throwable
. - ThrowingPredicate6<A,
B, C, D, E, F, T extends Throwable> - Interface in com.github.tadukoo.util.functional.predicate -
A predicate that takes six arguments, returns a boolean, and may throw a
Throwable
. - ThrowingPredicate7<A,
B, C, D, E, F, G, T extends Throwable> - Interface in com.github.tadukoo.util.functional.predicate -
A predicate that takes seven arguments, returns a boolean, and may throw a
Throwable
. - ThrowingPredicate8<A,
B, C, D, E, F, G, H, T extends Throwable> - Interface in com.github.tadukoo.util.functional.predicate -
A predicate that takes eight arguments, returns a boolean, and may throw a
Throwable
. - ThrowingPredicate9<A,
B, C, D, E, F, G, H, I, T extends Throwable> - Interface in com.github.tadukoo.util.functional.predicate -
A predicate that takes nine arguments, returns a boolean, and may throw a
Throwable
. - ThrowingSupplier<R,
T extends Throwable> - Interface in com.github.tadukoo.util.functional.supplier - toBinaryString(byte) - Static method in class com.github.tadukoo.util.ByteUtil
-
Parse the given byte into a binary string
- toCamelCase(String) - Static method in class com.github.tadukoo.util.StringUtil
-
Converts the given text to camelCase.
- toggleBit(byte, int) - Static method in class com.github.tadukoo.util.ByteUtil
-
Toggles the bit at the given position
- toHex(byte) - Static method in class com.github.tadukoo.util.ByteUtil
-
Converts the given byte to a 2 digit hex string
- toHex(byte[]) - Static method in class com.github.tadukoo.util.ByteUtil
-
Converts the given byte array into a hex string
- toLowerCase(char) - Static method in class com.github.tadukoo.util.CharacterUtil
- toPascalCase(String) - Static method in class com.github.tadukoo.util.StringUtil
-
Converts the given text to PascalCase.
- toSignedInt(byte) - Static method in class com.github.tadukoo.util.ByteUtil
-
Returns the byte as an int, signed (-128 to 127)
- toSnakeCase(String) - Static method in class com.github.tadukoo.util.StringUtil
-
Converts the given text to snake_case.
- toString() - Method in class com.github.tadukoo.util.tuple.Pair
- toString() - Method in class com.github.tadukoo.util.tuple.Triple
- toUnsignedInt(byte) - Static method in class com.github.tadukoo.util.ByteUtil
-
Returns the byte as an unsigned int (0 to 255)
- toUpperCase(char) - Static method in class com.github.tadukoo.util.CharacterUtil
- TreeManyToManyMap<K,
V> - Class in com.github.tadukoo.util.map -
A ManyToManyMap class that uses
TreeMultiMap
as the backingMultiMap
class. - TreeManyToManyMap() - Constructor for class com.github.tadukoo.util.map.TreeManyToManyMap
-
Creates a new HashManyToManyMap where the backing TreeManyToManyMap uses the natural ordering of its keys.
- TreeManyToManyMap(ManyToManyMap<K, V>) - Constructor for class com.github.tadukoo.util.map.TreeManyToManyMap
-
Creates a new TreeManyToManyMap where the backing TreeMultiMap uses the natural ordering of its keys.
- TreeManyToManyMap(MultiMap<K, V>) - Constructor for class com.github.tadukoo.util.map.TreeManyToManyMap
-
Creates a new TreeManyToManyMap where the backing
TreeMultiMap
uses the givenComparator
to determine the ordering of its keys. - TreeManyToManyMap(Pair<K, V>...) - Constructor for class com.github.tadukoo.util.map.TreeManyToManyMap
-
Creates a new TreeManyToManyMap where the given Pairs are loaded into the map right away.
- TreeManyToManyMap(Comparator<? super K>, Comparator<? super V>) - Constructor for class com.github.tadukoo.util.map.TreeManyToManyMap
-
Creates a new TreeManyToManyMap where the backing
TreeMultiMap
uses the givenComparator
s to determine the ordering of its keys and values. - TreeManyToManyMap(Map<K, V>) - Constructor for class com.github.tadukoo.util.map.TreeManyToManyMap
-
Creates a new TreeManyToManyMap where the backing
TreeMultiMap
is constructed with the same mappings as the specifiedMap
. - TreeManyToManyMap(SortedMap<K, V>) - Constructor for class com.github.tadukoo.util.map.TreeManyToManyMap
-
Creates a new TreeManyToManyMap where the backing
TreeMultiMap
is constructed with the same mappings as the specifiedSortedMap
. - TreeMultiMap<K,
V> - Class in com.github.tadukoo.util.map - TreeMultiMap() - Constructor for class com.github.tadukoo.util.map.TreeMultiMap
-
Creates a new TreeMultiMap where the backing
TreeMap
uses the natural ordering of its keys. - TreeMultiMap(MultiMap<K, V>) - Constructor for class com.github.tadukoo.util.map.TreeMultiMap
-
Creates a new TreeMultiMap where the backing
TreeMap
uses the givenComparator
to determine the ordering of its keys. - TreeMultiMap(TreeMultiMap<K, V>) - Constructor for class com.github.tadukoo.util.map.TreeMultiMap
-
Creates a new TreeMultiMap where the backing
TreeMap
uses theComparator
present in the given TreeMultiMap to determine the ordering of its keys. - TreeMultiMap(Pair<K, V>...) - Constructor for class com.github.tadukoo.util.map.TreeMultiMap
-
Creates a new TreeMultiMap where the given Pairs are loaded into the map right away.
- TreeMultiMap(Comparator<? super K>) - Constructor for class com.github.tadukoo.util.map.TreeMultiMap
-
Creates a new TreeMultiMap where the backing
TreeMap
uses the givenComparator
to determine the ordering of its keys. - TreeMultiMap(Map<K, V>) - Constructor for class com.github.tadukoo.util.map.TreeMultiMap
- TreeMultiMap(SortedMap<K, V>) - Constructor for class com.github.tadukoo.util.map.TreeMultiMap
- Triple<L,
M, R> - Class in com.github.tadukoo.util.tuple -
A tuple class for holding 3 items of specified type.
- Triple(L, M, R) - Constructor for class com.github.tadukoo.util.tuple.Triple
-
Constructs a Triple of the three given objects.
- type - Variable in class com.github.tadukoo.util.event.Event
-
The type of Event
All Classes and Interfaces|All Packages|Serialized Form