Package org.jparsec.internal.util
Class Objects
java.lang.Object
org.jparsec.internal.util.Objects
Utility functions for any object.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Objects
public Objects()
-
-
Method Details
-
hashCode
Gets the has hcode forobj. 0 is returned if obj is null. -
equals
Compareso1ando2for equality. Returns true if both arenulloro1.equals(o2). -
in
Checks whetherobjis one of the elements ofarray.
-