Skip to content

Instantly share code, notes, and snippets.

@codethereforam
Created March 15, 2024 02:17
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 codethereforam/e7a11f22a236bbaf8c6f6a7458ea4831 to your computer and use it in GitHub Desktop.
Save codethereforam/e7a11f22a236bbaf8c6f6a7458ea4831 to your computer and use it in GitHub Desktop.
Java合并两个集合
Lists.newArrayList(Iterables.concat(list1, list2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment