Example #1
0
 public Set<E> clone() {
   Set<E> clone = new Set<E>();
   clone.setList = setList.clone();
   return clone;
 }