A C D E G H I K L M P R S T U V

I

isBasicLatinUppercase(CharSequence) - Static method in class de.tomshut.util.text.CharSequenceUtil
Checks if a char sequence contains only characters between 0x0020 (space) and 0x007E (~)
isDigit(char) - Static method in class de.tomshut.util.text.CharacterUtil
Provides a high performance implementation of the Character method
isDigits(CharSequence) - Static method in class de.tomshut.util.text.CharSequenceUtil
Checks if all characters in the string are digits
isEmpty() - Method in class de.tomshut.util.LatinTrie
Returns true if this trie contains no keys.
isEmpty() - Method in class de.tomshut.util.LatinTrieNode
Checks if this node doesn't contain a key and has no children
isHex(CharSequence) - Static method in class de.tomshut.util.text.CharSequenceUtil
Checks if all characters in the string may represent a hexadecimal literal
isHexDigit(char) - Static method in class de.tomshut.util.text.CharacterUtil
Checks if the character is a hexadecimal digit (i.e. a digit, a-f, or A-F)
isJavaIdentifierPart(char) - Static method in class de.tomshut.util.text.CharacterUtil
Provides a high performance implementation of the Character method
isJavaIdentifierStart(char) - Static method in class de.tomshut.util.text.CharacterUtil
Provides a high performance implementation of the Character method
isLatin(CharSequence) - Static method in class de.tomshut.util.text.CharSequenceUtil
Checks if a char sequence contains only characters between 0x0020 (space) and 0x007E (~) as well as characters between 0x00A0 and 0x00FF
isLetter(char) - Static method in class de.tomshut.util.text.CharacterUtil
Provides a high performance implementation of the Character method
isLetterOrDigit(char) - Static method in class de.tomshut.util.text.CharacterUtil
Provides a high performance implementation of the Character method
isLetters(CharSequence) - Static method in class de.tomshut.util.text.CharSequenceUtil
Checks if all characters in the string are letters
isLettersOrDigits(CharSequence) - Static method in class de.tomshut.util.text.CharSequenceUtil
Checks if all characters in the string are letters or digits
isLowerCase(char) - Static method in class de.tomshut.util.text.CharacterUtil
Provides a high performance implementation of the Character method
isMutable() - Method in class de.tomshut.util.LatinTrie
Check if the trie is mutable
isSpaceChar(char) - Static method in class de.tomshut.util.text.CharacterUtil
Provides a high performance implementation of the Character method
isTitleCase(char) - Static method in class de.tomshut.util.text.CharacterUtil
Provides a high performance implementation of the Character method
isUnicodeIdentifierPart(char) - Static method in class de.tomshut.util.text.CharacterUtil
Provides a high performance implementation of the Character method
isUnicodeIdentifierStart(char) - Static method in class de.tomshut.util.text.CharacterUtil
Provides a high performance implementation of the Character method
isUpperCase(char) - Static method in class de.tomshut.util.text.CharacterUtil
Provides a high performance implementation of the Character method
isValid() - Method in class de.tomshut.util.LatinTrieNode
Check if our node is valid.
isWhitespace(char) - Static method in class de.tomshut.util.text.CharacterUtil
Provides a high performance implementation of the Character method

A C D E G H I K L M P R S T U V