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
Compareso1
ando2
for equality. Returns true if both arenull
oro1.equals(o2)
. -
in
Checks whetherobj
is one of the elements ofarray
.
-