|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.prosysopc.ua.StructureUtils
public class StructureUtils
This class contains utils for codegenerated Structures.
| Method Summary | ||
|---|---|---|
static
|
clone(T object)
Clone given object if it can be, otherwise the given object is returned. |
|
static int |
hashCode(Object... objects)
Calculates a hash code for given objects. |
|
static boolean |
scalarOrArrayEquals(Object first,
Object second)
Compares the two given objects for equals. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T> T clone(T object)
T - this is in order to avoid casts after callsobject - object to clone (null is allowed and returned if given)
public static int hashCode(Object... objects)
objects - the objects
public static boolean scalarOrArrayEquals(Object first,
Object second)
first - null, scalar or one dim array (non-primitive)second - null, scalar or one dim array (non-primitive)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||