Java 8 - Locale lookup behavior

Introduced in Java 8, Locale.lookup(), based on RFC 4647, allows the user to find the best match for a list of Locale according a priority list of LocaleRange. Now I don't understand every corner c...