Uses of Class
org.geotools.util.AbstractInternationalString
-
Packages that use AbstractInternationalString Package Description org.geotools.util Contains utilities and addition to the collection framework. -
-
Uses of AbstractInternationalString in org.geotools.util
Subclasses of AbstractInternationalString in org.geotools.util Modifier and Type Class Description class
GrowableInternationalString
class
ResourceInternationalString
An international string backed by a resource bundle.class
SimpleInternationalString
A simple international string consisting of a single string for all locales.Methods in org.geotools.util that return AbstractInternationalString Modifier and Type Method Description static AbstractInternationalString
SimpleInternationalString. wrap(CharSequence string)
If the specified string is null or an instance ofAbstractInternationalString
, returns it unchanged.
-