111112113114115116117
/** * @since 1.1.0 */ public StringEndsWith endsWith( String substring ) { return new StringEndsWith(substring); }