Class CollectionsUtils
- java.lang.Object
-
- org.gcube.application.geoportal.common.utils.CollectionsUtils
-
public class CollectionsUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description CollectionsUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanequalsCollections(Collection<?> a, Collection<?> b)static inthashCode(Collection<?> a)
-
-
-
Method Detail
-
equalsCollections
public static boolean equalsCollections(Collection<?> a, Collection<?> b)
-
hashCode
public static int hashCode(Collection<?> a)
-
-