Groovy web console
Subscribe
to this
site
Adding objects to ArrayList> (via #groovywebconsole)
Tweet
this
script
Adding objects to ArrayList>
Published 1 year ago by
James Jensen
Actions ➤
Edit in console
Back to console
Show/hide line numbers
View recent scripts
ArrayList<?> list = new ArrayList<?>(); list.add("hello"); return list;