Interface LocaleAware
- All Known Implementing Classes:
EndingWithIgnoreCase,EqualIgnoreCase,LikeIgnoreCase,NotEqualIgnoreCase,NotLikeIgnoreCase,StartingWithIgnoreCase
public interface LocaleAware
Specifications that implement this interface will be provided with Locale
after instantiation. Locale is important e.g. when String.toUpperCase is used
(typically in case-insensitive comparisons).
- Author:
- Tomasz Kaczmarzyk
- See Also:
-
Method Summary
-
Method Details
-
setLocale
-