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

I

identity() - Static method in interface com.github.tadukoo.util.functional.function.ThrowingFunction
Returns a ThrowingFunction that always returns its input argument
inProcess - Variable in class com.github.tadukoo.util.event.EventHandler
Whether this EventHandler is currently handling Events
isBlank(ManyToManyMap<?, ?>) - Static method in class com.github.tadukoo.util.map.ManyToManyMapUtil
Checks if the given ManyToManyMap is blank (either null or an empty manyToManyMap).
isBlank(MultiMap<?, ?>) - Static method in class com.github.tadukoo.util.map.MultiMapUtil
Checks if the given MultiMap is blank (either null or an empty multiMap).
isBlank(String) - Static method in class com.github.tadukoo.util.StringUtil
Checks if the given string is blank (either null or the empty string).
isBlank(List<?>) - Static method in class com.github.tadukoo.util.ListUtil
Checks if the given List is blank (either null or an empty list).
isBlank(Map<?, ?>) - Static method in class com.github.tadukoo.util.map.MapUtil
Checks if the given Map is blank (either null or an empty map).
isCamelCase(String) - Static method in class com.github.tadukoo.util.StringUtil
Checks if the given text is camelCase or not.
isEmpty() - Method in class com.github.tadukoo.util.map.ManyToManyMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.github.tadukoo.util.map.MultiMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface com.github.tadukoo.util.pojo.MappedPojo
Checks whether the pojo is empty (no keys/values)
isEqual(Object) - Static method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate
Creates a ThrowingPredicate that tests if two arguments are equal according to Objects.equals(Object, Object).
isFalse(Boolean) - Static method in class com.github.tadukoo.util.BooleanUtil
Checks that the given Boolean is false, properly handling cases of null as false (meaning returning a false result).
isLetter(char) - Static method in class com.github.tadukoo.util.CharacterUtil
 
isLowerCase(char) - Static method in class com.github.tadukoo.util.CharacterUtil
 
isNotBlank(ManyToManyMap<?, ?>) - Static method in class com.github.tadukoo.util.map.ManyToManyMapUtil
Checks if the given ManyToManyMap is NOT blank (blank = either null or an empty manyToManyMap).
isNotBlank(MultiMap<?, ?>) - Static method in class com.github.tadukoo.util.map.MultiMapUtil
Checks if the given MultiMap is NOT blank (blank = either null or an empty multiMap).
isNotBlank(String) - Static method in class com.github.tadukoo.util.StringUtil
Checks if the given string is NOT blank (blank = either null or the empty string).
isNotBlank(List<?>) - Static method in class com.github.tadukoo.util.ListUtil
Checks if the given List is NOT blank (blank = either null or an empty List).
isNotBlank(Map<?, ?>) - Static method in class com.github.tadukoo.util.map.MapUtil
Checks if the given Map is NOT blank (blank = either null or an empty map).
isNotFalse(Boolean) - Static method in class com.github.tadukoo.util.BooleanUtil
Checks that the given Boolean is not false, meaning that a Boolean that's true or a null Boolean will both return a true result.
isNotTrue(Boolean) - Static method in class com.github.tadukoo.util.BooleanUtil
Checks that the given Boolean is not true, meaning that a Boolean that's false or a null Boolean will both return a true result.
isNumber(char) - Static method in class com.github.tadukoo.util.CharacterUtil
 
ISO_LATIN1Dictionary - Class in com.github.tadukoo.util.dictionary
Basic Dictionary class that supports the ISO-LATIN-1/ISO_8859_1 Charset.
ISO_LATIN1Dictionary() - Constructor for class com.github.tadukoo.util.dictionary.ISO_LATIN1Dictionary
Constructs a new ISO_LATIN_1 Dictionary that's empty
ISO_LATIN1Dictionary(Map<Character, Map<Character, ?>>) - Constructor for class com.github.tadukoo.util.dictionary.ISO_LATIN1Dictionary
Constructs a new ISO_LATIN_1 Dictionary that contains the words in the given Map
isOpen() - Method in class com.github.tadukoo.util.download.ProgressReadableByteChannelWrapper
 
isPascalCase(String) - Static method in class com.github.tadukoo.util.StringUtil
Checks if the given text is PascalCase or not.
isSnakeCase(String) - Static method in class com.github.tadukoo.util.StringUtil
Checks if the given text is snake_case or not.
isTrue(Boolean) - Static method in class com.github.tadukoo.util.BooleanUtil
Checks that the given Boolean is true, properly handling cases of null as false (meaning returning a false result).
isUpperCase(char) - Static method in class com.github.tadukoo.util.CharacterUtil
 
isValidWord(CharSequence) - Method in class com.github.tadukoo.util.dictionary.AbstractDictionary
isValidWord(CharSequence) - Method in interface com.github.tadukoo.util.dictionary.Dictionary
 
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