Package org.apache.gravitino.utils
Class CollectionUtils
java.lang.Object
org.apache.gravitino.utils.CollectionUtils
Utility class for working with collection.
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isEqualCollection
(Collection<?> c1, Collection<?> c2) Returns true if the two collections are equal.
-
Method Details
-
isEqualCollection
Returns true if the two collections are equal.- Parameters:
c1
- the first collection, may be nullc2
- the second collection, may be null- Returns:
- true if the two collections are equal
-