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

A

AbstractDictionary - Class in com.github.tadukoo.util.dictionary
An abstract implementation of the Dictionary interface.
AbstractDictionary() - Constructor for class com.github.tadukoo.util.dictionary.AbstractDictionary
Constructs a new Dictionary that's empty
AbstractDictionary(Map<Character, Map<Character, ?>>) - Constructor for class com.github.tadukoo.util.dictionary.AbstractDictionary
Constructs a new Dictionary that contains the words in the given Map
AbstractMappedPojo - Class in com.github.tadukoo.util.pojo
Abstract Mapped Pojo is a simple implementation of the MappedPojo interface that uses a HashMap as its backing Map.
AbstractMappedPojo() - Constructor for class com.github.tadukoo.util.pojo.AbstractMappedPojo
Creates a new Mapped Pojo and initializes the backing Map.
AbstractMappedPojo(MappedPojo) - Constructor for class com.github.tadukoo.util.pojo.AbstractMappedPojo
Creates a new Mapped Pojo, using the map from the given pojo.
AbstractOrderedMappedPojo - Class in com.github.tadukoo.util.pojo
Abstract Ordered Mapped Pojo is a simple implementation of OrderedMappedPojo.
AbstractOrderedMappedPojo() - Constructor for class com.github.tadukoo.util.pojo.AbstractOrderedMappedPojo
AbstractOrderedMappedPojo(MappedPojo) - Constructor for class com.github.tadukoo.util.pojo.AbstractOrderedMappedPojo
accept(A) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer
Takes a single argument and consumes it.
accept(A, B) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer2
Takes two arguments and consumes them.
accept(A, B, C) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer3
Takes three arguments and consumes them.
accept(A, B, C, D) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer4
Takes four arguments and consumes them.
accept(A, B, C, D, E) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer5
Takes five arguments and consumes them.
accept(A, B, C, D, E, F) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer6
Takes six arguments and consumes them.
accept(A, B, C, D, E, F, G) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer7
Takes seven arguments and consumes them.
accept(A, B, C, D, E, F, G, H) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer8
Takes eight arguments and consumes them.
accept(A, B, C, D, E, F, G, H, I) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer9
Takes nine arguments and consumes them.
accept(A, B, C, D, E, F, G, H, I, J) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer10
Takes ten arguments and consumes them.
addWord(CharSequence) - Method in class com.github.tadukoo.util.dictionary.AbstractDictionary
Adds the given word to this Dictionary
addWord(CharSequence) - Method in interface com.github.tadukoo.util.dictionary.Dictionary
Adds the given word to this Dictionary
and(ThrowingPredicate<? super A, ? extends T>) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate
Creates a ThrowingPredicate that will test the argument with this ThrowingPredicate and with the given ThrowingPredicate, returning true only if both results are true.
and(ThrowingPredicate10<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I, ? super J, ? extends T>) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate10
Creates a ThrowingPredicate10 that will test the arguments with this ThrowingPredicate10 and with the given ThrowingPredicate10, returning true only if both results are true.
and(ThrowingPredicate2<? super A, ? super B, ? extends T>) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate2
Creates a ThrowingPredicate2 that will test the arguments with this ThrowingPredicate2 and with the given ThrowingPredicate2, returning true only if both results are true.
and(ThrowingPredicate3<? super A, ? super B, ? super C, ? extends T>) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate3
Creates a ThrowingPredicate3 that will test the arguments with this ThrowingPredicate3 and with the given ThrowingPredicate3, returning true only if both results are true.
and(ThrowingPredicate4<? super A, ? super B, ? super C, ? super D, ? extends T>) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate4
Creates a ThrowingPredicate4 that will test the arguments with this ThrowingPredicate4 and with the given ThrowingPredicate4, returning true only if both results are true.
and(ThrowingPredicate5<? super A, ? super B, ? super C, ? super D, ? super E, ? extends T>) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate5
Creates a ThrowingPredicate5 that will test the arguments with this ThrowingPredicate5 and with the given ThrowingPredicate5, returning true only if both results are true.
and(ThrowingPredicate6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? extends T>) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate6
Creates a ThrowingPredicate6 that will test the arguments with this ThrowingPredicate6 and with the given ThrowingPredicate6, returning true only if both results are true.
and(ThrowingPredicate7<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? extends T>) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate7
Creates a ThrowingPredicate7 that will test the arguments with this ThrowingPredicate7 and with the given ThrowingPredicate7, returning true only if both results are true.
and(ThrowingPredicate8<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? extends T>) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate8
Creates a ThrowingPredicate8 that will test the arguments with this ThrowingPredicate8 and with the given ThrowingPredicate8, returning true only if both results are true.
and(ThrowingPredicate9<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I, ? extends T>) - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate9
Creates a ThrowingPredicate9 that will test the arguments with this ThrowingPredicate9 and with the given ThrowingPredicate9, returning true only if both results are true.
andThen(ThrowingConsumer<? super A, ? extends T>) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer
Creates a ThrowingConsumer that runs this ThrowingConsumer and then also runs the given ThrowingConsumer on the same argument.
andThen(ThrowingConsumer10<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I, ? super J, ? extends T>) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer10
Creates a ThrowingConsumer10 that runs this ThrowingConsumer10 and then also runs the given ThrowingConsumer10 on the same arguments.
andThen(ThrowingConsumer2<? super A, ? super B, ? extends T>) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer2
Creates a ThrowingConsumer2 that runs this ThrowingConsumer2 and then also runs the given ThrowingConsumer2 on the same arguments.
andThen(ThrowingConsumer3<? super A, ? super B, ? super C, ? extends T>) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer3
Creates a ThrowingConsumer3 that runs this ThrowingConsumer3 and then also runs the given ThrowingConsumer3 on the same arguments.
andThen(ThrowingConsumer4<? super A, ? super B, ? super C, ? super D, ? extends T>) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer4
Creates a ThrowingConsumer4 that runs this ThrowingConsumer4 and then also runs the given ThrowingConsumer4 on the same arguments.
andThen(ThrowingConsumer5<? super A, ? super B, ? super C, ? super D, ? super E, ? extends T>) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer5
Creates a ThrowingConsumer5 that runs this ThrowingConsumer5 and then also runs the given ThrowingConsumer5 on the same arguments.
andThen(ThrowingConsumer6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? extends T>) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer6
Creates a ThrowingConsumer6 that runs this ThrowingConsumer6 and then also runs the given ThrowingConsumer6 on the same arguments.
andThen(ThrowingConsumer7<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? extends T>) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer7
Creates a ThrowingConsumer7 that runs this ThrowingConsumer7 and then also runs the given ThrowingConsumer7 on the same arguments.
andThen(ThrowingConsumer8<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? extends T>) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer8
Creates a ThrowingConsumer8 that runs this ThrowingConsumer8 and then also runs the given ThrowingConsumer8 on the same arguments.
andThen(ThrowingConsumer9<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? super H, ? super I, ? extends T>) - Method in interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer9
Creates a ThrowingConsumer9 that runs this ThrowingConsumer9 and then also runs the given ThrowingConsumer9 on the same arguments.
andThen(ThrowingFunction<? super R, ? extends S, ? extends T>) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction
Creates a ThrowingFunction that runs this ThrowingFunction and puts the result into the given ThrowingFunction.
andThen(ThrowingFunction<? super R, ? extends S, ? extends T>) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction10
Creates a ThrowingFunction10 that runs this ThrowingFunction10 and puts the result into the given ThrowingFunction.
andThen(ThrowingFunction<? super R, ? extends S, ? extends T>) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction2
Creates a ThrowingFunction2 that runs this ThrowingFunction2 and puts the result into the given ThrowingFunction.
andThen(ThrowingFunction<? super R, ? extends S, ? extends T>) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction3
Creates a ThrowingFunction3 that runs this ThrowingFunction3 and puts the result into the given ThrowingFunction.
andThen(ThrowingFunction<? super R, ? extends S, ? extends T>) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction4
Creates a ThrowingFunction3 that runs this ThrowingFunction4 and puts the result into the given ThrowingFunction.
andThen(ThrowingFunction<? super R, ? extends S, ? extends T>) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction5
Creates a ThrowingFunction5 that runs this ThrowingFunction5 and puts the result into the given ThrowingFunction.
andThen(ThrowingFunction<? super R, ? extends S, ? extends T>) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction6
Creates a ThrowingFunction6 that runs this ThrowingFunction6 and puts the result into the given ThrowingFunction.
andThen(ThrowingFunction<? super R, ? extends S, ? extends T>) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction7
Creates a ThrowingFunction7 that runs this ThrowingFunction7 and puts the result into the given ThrowingFunction.
andThen(ThrowingFunction<? super R, ? extends S, ? extends T>) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction8
Creates a ThrowingFunction8 that runs this ThrowingFunction8 and puts the result into the given ThrowingFunction.
andThen(ThrowingFunction<? super R, ? extends S, ? extends T>) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction9
Creates a ThrowingFunction9 that runs this ThrowingFunction9 and puts the result into the given ThrowingFunction.
apply(A) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction
Takes a single argument and returns a result.
apply(A, B) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction2
Takes two arguments and returns a result.
apply(A, B, C) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction3
Takes three arguments and returns a result.
apply(A, B, C, D) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction4
Takes four arguments and returns a result.
apply(A, B, C, D, E) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction5
Takes five arguments and returns a result.
apply(A, B, C, D, E, F) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction6
Takes six arguments and returns a result.
apply(A, B, C, D, E, F, G) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction7
Takes seven arguments and returns a result.
apply(A, B, C, D, E, F, G, H) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction8
Takes eight arguments and returns a result.
apply(A, B, C, D, E, F, G, H, I) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction9
Takes nine arguments and returns a result.
apply(A, B, C, D, E, F, G, H, I, J) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction10
Takes ten arguments and returns a result.
asKeysToValuesMultiMap() - Method in class com.github.tadukoo.util.map.TreeManyToManyMap
Returns the underlying TreeMultiMap used for keys to values.
asMap() - Method in class com.github.tadukoo.util.dictionary.AbstractDictionary
asMap() - Method in interface com.github.tadukoo.util.dictionary.Dictionary
 
asMap() - Method in class com.github.tadukoo.util.map.HashMultiMap
Returns the underlying HashMap of this HashMultiMap.
asMap() - Method in class com.github.tadukoo.util.map.MultiMap
Returns the underlying Map of this MultiMap.
asMap() - Method in class com.github.tadukoo.util.map.TreeMultiMap
Returns the underlying TreeMap of this TreeMultiMap.
asString(Month) - Static method in class com.github.tadukoo.util.time.MonthUtil
Converts the given Month to its full, capitalized, US-Locale string.
asStringArray() - Static method in class com.github.tadukoo.util.time.MonthUtil
Creates a String array of the Months.
asValuesToKeysMultiMap() - Method in class com.github.tadukoo.util.map.TreeManyToManyMap
Returns the underlying TreeMultiMap used for values to keys.
AutoCloseableUtil - Class in com.github.tadukoo.util
Util functions for dealing with AutoCloseables.
AutoCloseableUtil() - Constructor for class com.github.tadukoo.util.AutoCloseableUtil
Not allowed to create an AutoCloseableUtil
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