| java.lang.Object org.geotools.util.AbstractInternationalString org.geotools.util.SimpleInternationalString
SimpleInternationalString | public class SimpleInternationalString extends AbstractInternationalString implements Serializable(Code) | | A simple international string consisting of a single string for all locales.
For such a particular case, this implementation is the more effective than
other implementations provided in this package.
since: 2.1 version: $Id: SimpleInternationalString.java 22443 2006-10-27 20:47:22Z desruisseaux $ author: Martin Desruisseaux |
SimpleInternationalString | public SimpleInternationalString(String message)(Code) | | Creates a new instance of international string.
Parameters: message - The string for all locales. |
equals | public boolean equals(Object object)(Code) | | Compares this international string with the specified object for equality.
|
hashCode | public int hashCode()(Code) | | Returns a hash code value for this international text.
|
toString | public String toString(Locale locale)(Code) | | Returns the same string for all locales. This is the string given to the constructor.
|
Fields inherited from org.geotools.util.AbstractInternationalString | transient String defaultValue(Code)(Java Doc)
|
|
|