Collections.sort(chinas,((o1, o2) -> Collator.getInstance(Locale.CHINESE).compare(o1.getName(),o2.getName())));