Skip to content

Instantly share code, notes, and snippets.

@mevsungur
Last active August 6, 2020 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mevsungur/0ba8c3d2939e5b12d0c2c0f7edf47939 to your computer and use it in GitHub Desktop.
Save mevsungur/0ba8c3d2939e5b12d0c2c0f7edf47939 to your computer and use it in GitHub Desktop.
public static void main(String[] args) {
List<String> isimList = Arrays.asList("Sungur",null,"Mevlüt","Angular");
isimList.sort(String::compareTo);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment