Traversing Collections Posted by Richa Sachdeva on June 02, 2015 add(Object element) addAll(collection c) clear() Collections contains(object element) containsAll(Collection c) hashCode hasNext() Iterator iterator() next() remove() +
17 Methods of Collections in java Posted by Richa Sachdeva on June 02, 2015 add(Object element) addAll(collection c) clear() Collections contains(object element) containsAll(Collection c) hashCode hasNext() Iterator iterator() next() remove() remove(Object element) size() +