Join Slack
Powered by
and I try to print some values of the mylist, for ...
# getting-started
s
skoude
10/12/2016, 8:04 AM
and I try to print some values of the mylist, for example
println("firstname: " + myList2.get(0).firstName
, it is complaining me that: java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to com.entity.Employee
Open in Slack
Previous
Next