write a public static method named allunique that will take an arraylist as an argument. this method will return an arraylist. when called and passed anarraylist, this method will return an arraylist containing all the elements in the argument arraylist that are only in the argument arraylist one time. the values in the returned arraylist must be in the same order as they are in the argument arraylist.