Class LocaleUtils.SyncAvoid

  • Enclosing class:
    LocaleUtils

    static class LocaleUtils.SyncAvoid
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.List<java.util.Locale> AVAILABLE_LOCALE_LIST
      Unmodifiable list of available locales.
      private static java.util.Set<java.util.Locale> AVAILABLE_LOCALE_SET
      Unmodifiable set of available locales.
    • Constructor Summary

      Constructors 
      Constructor Description
      SyncAvoid()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • AVAILABLE_LOCALE_LIST

        private static final java.util.List<java.util.Locale> AVAILABLE_LOCALE_LIST
        Unmodifiable list of available locales.
      • AVAILABLE_LOCALE_SET

        private static final java.util.Set<java.util.Locale> AVAILABLE_LOCALE_SET
        Unmodifiable set of available locales.
    • Constructor Detail

      • SyncAvoid

        SyncAvoid()