Search:

Type: Posts; User: vector_ever

Search: Search took 0.08 seconds.

  1. Re: HashSet cannot be cast to java.util.ArrayList

    ok the same what i did, i also make the same
    ArrayList list = new ArrayList(set);
    but still get the error
  2. HashSet cannot be cast to java.util.ArrayList

    public class Employee{

    private int id;
    private String name;
    private String address;
    private double salary;
    //setter & getter
    }
Results 1 to 2 of 2