Skip to content

Instantly share code, notes, and snippets.

@codethereforam
Created March 15, 2024 02:17
Show Gist options
  • Select an option

  • Save codethereforam/e7a11f22a236bbaf8c6f6a7458ea4831 to your computer and use it in GitHub Desktop.

Select an option

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