How to create a ListList in clojure and add elements? (the existing one in java)
My problem is this: I need to read a file and add substrings of that file (space-delimited and "\ n" line break) as separate elements in that array.
I can read, delimit the spaces, however I can not import the way to declare arrayList of java and I do not know how to do it.