suffix | String The suffix. |
Boolean Returns true if the character sequence represented by the argument is a suffix of the character sequence represented by this object, false otherwise. Note: The result will be true if the argument is the empty string or is equal to this String object as determined by the equals(String) method. |