Package 

Class Objects

    • Method Summary

      Modifier and Type Method Description
      static <T> T requireNonNull(T object)
      static <T> boolean equals(T a, T b)
      static <T> T firstNonNull(T first, T second)
      static void checkArgument(boolean expression, String message)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait