Class LocaleUtils.SyncAvoid

java.lang.Object
org.apache.commons.lang3.LocaleUtils.SyncAvoid
Enclosing class:
LocaleUtils

private static final class LocaleUtils.SyncAvoid extends Object
Avoids synchronization, inits on demand.
  • Field Details

    • AVAILABLE_LOCALE_ULIST

      private static final List<Locale> AVAILABLE_LOCALE_ULIST
      Private unmodifiable and sorted list of available locales.
    • AVAILABLE_LOCALE_USET

      private static final Set<Locale> AVAILABLE_LOCALE_USET
      Private unmodifiable set of available locales.
  • Constructor Details

    • SyncAvoid

      private SyncAvoid()