public class CollectionsUtil
extends Object 
- Author:
- fcamblor
- 
Constructor SummaryConstructors 
- 
Method Summary
static <T,
U> void
   static <T,
U> void
       
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
CollectionsUtilpublic CollectionsUtil() 
 
- 
Method Details
- 
minuspublic static <T> List<T> minus(List<T> initialList,
 List<T> elementsToRemove) 
- 
toSetpublic static <T> Set<T> toSet(List<T> list) 
- 
mapMergeAddpublic static <T,
U> void mapMergeAdd(Map<T,List<U>> map,
 Map<T,List<U>> mapToAdd) 
- 
mapMergeRemovepublic static <T,
U> void mapMergeRemove(Map<T,List<U>> map,
 Map<T,List<U>> mapToRemove)