Package libcore.util
Class Objects
java.lang.Object
libcore.util.Objects
public final class Objects extends Object
-
Method Summary
-
Method Details
-
equal
Returns true if two possibly-null objects are equal. -
hashCode
-
toString
Returns a string reporting the value of each declared field, via reflection. Static and transient fields are automatically skipped. Produces output like "SimpleClassName[integer=1234,string="hello",character='c',intArray=[1,2,3]]".
-