Package com.castlabs.utils
Class BundleUtils
java.lang.Object
com.castlabs.utils.BundleUtils
Utilities around Bundle
- Since:
- 4.2.19
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BundleUtils
public BundleUtils()
-
-
Method Details
-
equals
Compares two bundles and their content recursively- Parameters:
first
- THe first bundle to comparesecond
- The seconds bundle to compare- Returns:
true
if bundles and their content are equal otherwisefalse
-