A C D E F G H I L M N P R S T W X

I

invertString(String) - Static method in class pt.tumba.cage.StringUtils
Reverse a given String.
isAccent(char) - Static method in class pt.tumba.cage.StringUtils
Checks if a given character has diacritics.
isAlphaNumeric(char) - Static method in class pt.tumba.cage.StringUtils
Tests whether a given character is alphabetic, numeric or the hyphen character.
isCapitalizated(String) - Static method in class pt.tumba.cage.StringUtils
Checks if a given String is capitalizated.
isMoreSpecific(String, String) - Static method in class pt.tumba.cage.NamedEntity
Checks if one string contains more specific type information than another.
isSubType(String) - Method in class pt.tumba.cage.NamedEntity
Checks is this named entity belongs to a given subtype.
isType(String) - Method in class pt.tumba.cage.NamedEntity
Checks is this named entity belongs to a given type.
isType(String) - Method in class pt.tumba.geoclass.Node
Checks if this geographical concept is of a given type.
isUpperCase(char) - Static method in class pt.tumba.cage.StringUtils
Checks if a given character is uppercase.
isVowel(String, int) - Static method in class pt.tumba.cage.StringUtils
Checks if the character at a given position of a given string is a vowel.
isVowel(String, int, int) - Static method in class pt.tumba.cage.StringUtils
Checks if the character at a given position of a given string is a vowel The Y character is also considered.

A C D E F G H I L M N P R S T W X