Skip to content

Instantly share code, notes, and snippets.

@KrystianGraba
Created December 4, 2021 23:56
Show Gist options
  • Select an option

  • Save KrystianGraba/0dd325d8d113c71b27845b3d0dcfb113 to your computer and use it in GitHub Desktop.

Select an option

Save KrystianGraba/0dd325d8d113c71b27845b3d0dcfb113 to your computer and use it in GitHub Desktop.
for (int i = 0 ; i< lenght_size;i++){
for (int j=0;j< obiekt_array_list.size();j++){
if (obiekt_array_list.get(j).get_number(i) == Integer.parseInt(String.valueOf(gamma.charAt(i))))
if (obiekt_array_list.size()>2)
//code
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment