Package org.aksw.qa.commons.utils
Class CollectionUtils
java.lang.Object
org.aksw.qa.commons.utils.CollectionUtils
- Author:
- felixconrads (tortugaattack)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <E> Set<E>intersection(Set<E> arg1, Set<E> arg2)static <E> HashSet<E>static <K, V> LinkedHashMap<K,V>
-
Constructor Details
-
CollectionUtils
public CollectionUtils()
-
-
Method Details
-
newHashSet
-
newLinkedHashMap
-
intersection
-