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 classGrowableInternationalStringclassResourceInternationalStringAn international string backed by a resource bundle.classSimpleInternationalStringA 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 AbstractInternationalStringSimpleInternationalString. wrap(CharSequence string)If the specified string is null or an instance ofAbstractInternationalString, returns it unchanged.
-