Class Objects

java.lang.Object
tripleplay.util.Objects

public class Objects extends Object
Utilities that apply to all objects. This will mostly reflect ideas originally consolidated in com.google.common.base, but not roping in the whole of guava.
  • Constructor Details

    • Objects

      public Objects()
  • Method Details

    • equal

      public static boolean equal(Object o1, Object o2)
      Tests if two objects match according to reference equality, or Object.equals(Object) if both are non-null.