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

C

ceilingEntry(K) - Method in class com.github.tadukoo.util.map.TreeManyToManyMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such key.
ceilingEntry(K) - Method in class com.github.tadukoo.util.map.TreeMultiMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such key.
ceilingKey(K) - Method in class com.github.tadukoo.util.map.TreeManyToManyMap
Returns the least key greater than or equal to the given key, or null if there is no such key.
ceilingKey(K) - Method in class com.github.tadukoo.util.map.TreeMultiMap
Returns the least key greater than or equal to the given key, or null if there is no such key.
CharacterUtil - Class in com.github.tadukoo.util
Util functions for dealing with Characters.
CharacterUtil() - Constructor for class com.github.tadukoo.util.CharacterUtil
Not allowed to create a CharacterUtil
checkBit(byte, int) - Static method in class com.github.tadukoo.util.ByteUtil
Checks if the bit at the given position is set or not
clear() - Method in class com.github.tadukoo.util.map.ManyToManyMap
Removes all of the key-value associations from this ManyToManyMap.
clear() - Method in class com.github.tadukoo.util.map.MultiMap
Removes all of the key-value associations from this MultiMap.
clear() - Method in interface com.github.tadukoo.util.pojo.MappedPojo
Empties out the items in the pojo
clearBit(byte, int) - Static method in class com.github.tadukoo.util.ByteUtil
Clears the bit at the given position (sets to 0/false)
close() - Method in class com.github.tadukoo.util.download.ProgressReadableByteChannelWrapper
closeQuietly(AutoCloseable) - Static method in class com.github.tadukoo.util.AutoCloseableUtil
Closes the given AutoCloseable while suppressing any error messages
com.github.tadukoo.util - package com.github.tadukoo.util
A collection of useful utilities
com.github.tadukoo.util.dictionary - package com.github.tadukoo.util.dictionary
Contains the Dictionary interface and some implementations in order to store and retrieve valid words.
com.github.tadukoo.util.download - package com.github.tadukoo.util.download
Contains a wrapper and listener for tracking progress of a ReadableByteChannel (e.g.
com.github.tadukoo.util.event - package com.github.tadukoo.util.event
Contains classes to be used for custom Events in Java.
com.github.tadukoo.util.functional - package com.github.tadukoo.util.functional
Contains Functional interfaces not present in default Java.
com.github.tadukoo.util.functional.consumer - package com.github.tadukoo.util.functional.consumer
Contains Functional interfaces for Consumers that are not present in default Java.
com.github.tadukoo.util.functional.function - package com.github.tadukoo.util.functional.function
Contains Functional interfaces for Functions that are not present in default Java.
com.github.tadukoo.util.functional.predicate - package com.github.tadukoo.util.functional.predicate
Contains Functional interfaces for Predicates that are not present in default Java.
com.github.tadukoo.util.functional.supplier - package com.github.tadukoo.util.functional.supplier
Contains Functional interfaces for Suppliers that are not present in default Java.
com.github.tadukoo.util.logger - package com.github.tadukoo.util.logger
Contains EasyLogger, which makes it easier to log information.
com.github.tadukoo.util.map - package com.github.tadukoo.util.map
Contains Map-based data structures not present in default Java.
com.github.tadukoo.util.pojo - package com.github.tadukoo.util.pojo
Contains MappedPojo and OrderedMappedPojo to help with general Pojos
com.github.tadukoo.util.time - package com.github.tadukoo.util.time
Provides utilities for dealing with time (e.g.
com.github.tadukoo.util.tuple - package com.github.tadukoo.util.tuple
A collection of tuple classes for general use.
comparator() - Method in class com.github.tadukoo.util.map.TreeMultiMap
 
compose(ThrowingFunction<? super S, ? extends A, ? extends T>) - Method in interface com.github.tadukoo.util.functional.function.ThrowingFunction
Creates a ThrowingFunction that runs the given ThrowingFunction and puts the result into this ThrowingFunction.
containsKey(K) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Returns true if this ManyToManyMap contains a mapping for the specified key.
containsKey(K) - Method in class com.github.tadukoo.util.map.MultiMap
Returns true if this MultiMap contains a mapping for the specified key.
containsValue(V) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Returns true if this ManyToManyMap contains a mapping for the specified value.
containsValue(V) - Method in class com.github.tadukoo.util.map.MultiMap
Returns true if this MultiMap maps one or more keys to the specified value.
convertCollectionToStrings(Collection<T>) - Static method in class com.github.tadukoo.util.StringUtil
Converts an entire Collection of items to strings, and returns them as a List.
convertListToArray(List<Float>) - Static method in class com.github.tadukoo.util.FloatUtil
Converts a List of Floats into an array of floats.
convertToDate(LocalDate) - Static method in class com.github.tadukoo.util.time.DateUtil
Converts the given LocalDate to a Date.
convertToLocalDate(Date) - Static method in class com.github.tadukoo.util.time.DateUtil
Converts the given Date to a LocalDate.
convertToString(Object) - Static method in class com.github.tadukoo.util.StringUtil
Converts the given Object to a String, including proper null handling.
createDate(int, int, int) - Static method in class com.github.tadukoo.util.time.DateUtil
Creates a Date with the given month, day, and year.
createDate(String, int, int) - Static method in class com.github.tadukoo.util.time.DateUtil
Creates a Date with the given month, day, and year.
createDate(Month, int, int) - Static method in class com.github.tadukoo.util.time.DateUtil
Creates a Date with the given month, day, and year.
createDirectory(String) - Static method in class com.github.tadukoo.util.FileUtil
Creates a directory at the given directoryPath, including any parent directories necessary, and returns the File object to be used.
createFile(String) - Static method in class com.github.tadukoo.util.FileUtil
Creates a file at the given filepath, including any directories necessary, and returns the File object to be used.
createFileLogger(String, Level) - Static method in class com.github.tadukoo.util.LoggerUtil
Creates a new Logger for the given file with the given Level of logging.
createList(T...) - Static method in class com.github.tadukoo.util.ListUtil
Creates a List using the given array of arguments.
createMap(Pair<K, V>...) - Static method in class com.github.tadukoo.util.map.MapUtil
Creates a Map (specifically a HashMap) populated with the given entries.
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