Class CollectionsUtils
- java.lang.Object
-
- com.amazonaws.athena.connector.lambda.CollectionsUtils
-
public class CollectionsUtils extends Object
Simple collection helper that reduces duplicate code and allows us to avoid taking extra dependencies on libraries that have some of these helpers built in but would bloat the deployment artifact of our Lambda functions.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
equals(Collection lhs, Collection rhs)
-
-
-
Method Detail
-
equals
public static boolean equals(Collection lhs, Collection rhs)
-
-