Package com.castlabs.utils
Class BundleUtils
java.lang.Object
com.castlabs.utils.BundleUtils
Utilities around Bundle
- Since:
 - 4.2.19
 
- 
Constructor Summary
Constructors - 
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:
 trueif bundles and their content are equal otherwisefalse
 
 -