Skip to content

Conversation

@abinj
Copy link

@abinj abinj commented Jul 19, 2019

Arrays.asList returns List, which needs to convert to Iterator.

Arrays.asList<String> returns List<String>, which needs to convert to Iterator<String>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant