Class BundleUtils


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

      • BundleUtils

        public BundleUtils()
    • Method Detail

      • 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