Microsoft
Software
Hardware
Network
Question : List
I have two List collection class. Example List l1 and l2.
In l1 there is 5 objects and in l2 there is 4 objects.
Take note that the values in each object is identitical.
Therefore I only want to know the missing object in
one of the vector. How is it done?.
Your help is kindly appreciate. Thank You.
Answer : List
List missing = new ArrayList(list1);
missing.removeAll(list2);
System.out.println(missing
);
Random Solutions
I have a coolmax eSATA drive enclosure with a seagate SATA drive
xp sp2 clients wont log or ping server 2003
Bash Script to eliminate 2 lines from lots of pages
accessing VPN while Internet Tethering on iPhone
SPContext.Current is returning null in the "SPItemEventReceiver" event handler.
Pivot Table syntax error
Alternative to a cursor
Outlook 2007 - Auto Create Distribution List
Better Search - Full-Text Indexing?
java get utc date/time