Skip to content

Instantly share code, notes, and snippets.

@massahud
Created June 18, 2013 13:07
Show Gist options
  • Save massahud/5805193 to your computer and use it in GitHub Desktop.
Save massahud/5805193 to your computer and use it in GitHub Desktop.
Inicializar Collection com n cópias de uma mesma referência.
ArrayList<BigDecimal> v = new ArrayList<>(Collections.nCopies(15, BigDecimal.ZERO);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment