Class BundleUtils

java.lang.Object
com.castlabs.utils.BundleUtils

public class BundleUtils extends Object
Utilities around Bundle
Since:
4.2.19
  • Constructor Details

    • BundleUtils

      public BundleUtils()
  • Method Details

    • equals

      public static boolean equals(@Nullable Bundle first, @Nullable Bundle second)
      Compares two bundles and their content recursively
      Parameters:
      first - THe first bundle to compare
      second - The seconds bundle to compare
      Returns:
      true if bundles and their content are equal otherwise false