So in C#, I can treat a string[] as an IEnumerable.
string[]
IEnumerable
Is there a Java equivalent?
Iterable