Class LocalizedString

    • Constructor Detail

      • LocalizedString

        public LocalizedString​(String value)
      • LocalizedString

        public LocalizedString​(Locale lang,
                               String value)
    • Method Detail

      • getText

        public String getText()
        Returns:
        the value of this localized string
      • getLang

        public Locale getLang()
        Returns:
        the language of this localized string
      • getLangString

        public String getLangString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object