Class ResourceHelper

java.lang.Object
com.amilesend.onedrive.resource.ResourceHelper

public final class ResourceHelper extends Object
  • Method Details

    • objectDefinedEquals

      public static boolean objectDefinedEquals(Object thisObj, Object thatObj)
      Used for equals() implementation to determine if a given object is mutually defined or not.
      Parameters:
      thisObj - the base object to compare to
      thatObj - the object to compare with
      Returns:
      true if both objects are defined (not null); else, false