Skip to content

Instantly share code, notes, and snippets.

@birchestx
Created March 22, 2015 06:36
Show Gist options
  • Save birchestx/ae7a4b3d107634b8bb0a to your computer and use it in GitHub Desktop.
Save birchestx/ae7a4b3d107634b8bb0a to your computer and use it in GitHub Desktop.
BigDecimal x1 = new BigDecimal("1235.2345");
BigDecimal x2 = new BigDecimal("235.2345");
BigDecimal[] nums = {x1,x2};
List<BigDecimal> lnums = Arrays.asList(nums);
Collections.sort(lnums);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment