Last active
April 6, 2021 12:15
-
-
Save kauanmocelin/915dd00d2e53b5a663dc34abba7ad91d to your computer and use it in GitHub Desktop.
[Inicializar ArrayList via construtor] #java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
List<Integer> listaTipoAnexo = new ArrayList<Integer>(Arrays.asList(Dominios.TIPO_RASCUNHO_PROCESSO, Dominios.TIPO_RASCUNHO_DOCUMENTO_MODELO)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment