Package libcore.util
Class Objects
- java.lang.Object
-
- libcore.util.Objects
-
public final class Objects extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanequal(Object a, Object b)Returns true if two possibly-null objects are equal.static inthashCode(Object o)static StringtoString(Object o)Returns a string reporting the value of each declared field, via reflection.
-