public final class Objects extends Object
Constructor and Description |
---|
Objects() |
Modifier and Type | Method and Description |
---|---|
static boolean |
equals(Object o1,
Object o2)
Compares
o1 and o2 for equality. |
static int |
hashCode(Object obj)
Gets the has hcode for
obj . |
static boolean |
in(Object obj,
Object... array)
Checks whether
obj is one of the elements of array . |
Copyright © 2013–2016 jparsec. All rights reserved.