0
How to create a clojure List array and add elements? (the one in java)
My problem is this: I need to read a file and go adding substrings of that file (bounded by space and line break " n"), as separate elements in that arrayList.
I can read, delimit spaces, but I can’t import how to declare java arrayList and I don’t know how to do it.