Set « java.util « Java by API






1.Set: add(String e)
2.Set: addAll(Collection c)
3.Set: clear()
4.Set: clone()
5.Set: contains(Object o)
6.Set: containsAll(Collection c)
7.Set: equals(Object o)
8.Set: isEmpty()
9.Set: iterator()








10.Set: remove(Object o)
11.Set: removeAll(Collection c)
12.Set: retainAll(Collection c)
13.Set: size()
14.Set: toArray()
15.Set: toArray(String[] a)