in

Found this gem on my job, best way to iterate arrays from now

Found this gem on my job, best way to iterate arrays from now | array-memes, arrays-memes, catch-memes, string-memes, exception-memes, public-memes | ProgrammerHumor.io
array-memes, arrays-memes, catch-memes, string-memes, exception-memes, public-memes | ProgrammerHumor.io

Content

public Vector toVector (String aData) Vector v new Vector ); try for (int i – 0; ;i) v.addElement (aDatai) ; catch (Exception e) return v; 7