Class Lang

    • Field Detail

      • ANY

        public static final Lang ANY
        Deprecated.
    • Constructor Detail

      • Lang

        public Lang​(Locale locale)
        Deprecated.
      • Lang

        public Lang​(String tag)
        Deprecated.
      • Lang

        public Lang​(String... tags)
        Deprecated.
    • Method Detail

      • getPrimary

        public String getPrimary()
        Deprecated.
      • getSubtag

        public String getSubtag​(int n)
        Deprecated.
      • getSubtagCount

        public int getSubtagCount()
        Deprecated.
      • getLocale

        public Locale getLocale()
        Deprecated.
      • matches

        public static boolean matches​(Lang lang,
                                      String range)
        Deprecated.
      • matches

        public static boolean matches​(Lang lang,
                                      Lang range)
        Deprecated.
      • matches

        public boolean matches​(String range)
        Deprecated.
      • matches

        public boolean matches​(Lang range)
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object