to retail all elements in vector 1 which are not present in vector 2

hiAs retainAll() gives the common element between two vectors. Are there any method which will give the elements which are present in vector1 but not in vector2..thanks in advancePS
[209 byte] By [pallavisa] at [2007-11-26 18:07:43]
# 1
How did you find retainAll and not find removeAll?
jverda at 2007-7-9 5:39:10 > top of Java-index,Core,Core APIs...
# 2
hey thanx a lot!!!
pallavisa at 2007-7-9 5:39:10 > top of Java-index,Core,Core APIs...
# 3
i dont know how i skipped removeAll() .. its working fine
pallavisa at 2007-7-9 5:39:10 > top of Java-index,Core,Core APIs...
# 4
Cool. Glad you got it.
jverda at 2007-7-9 5:39:10 > top of Java-index,Core,Core APIs...