Package io.ciera.runtime.summit.types
Class ArrayUtil
- java.lang.Object
-
- io.ciera.runtime.summit.types.ArrayUtil
-
public class ArrayUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ArrayUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object[]deserialize(Object o)static booleanequality(Object[] value1, Object[] value2)static booleangreaterThan(Object[] value1, Object[] value2)static booleangreaterThanOrEqual(Object[] value1, Object[] value2)static booleaninequality(Object[] value1, Object[] value2)static booleanlessThan(Object[] value1, Object[] value2)static booleanlessThanOrEqual(Object[] value1, Object[] value2)
-
-
-
Method Detail
-
equality
public static boolean equality(Object[] value1, Object[] value2) throws XtumlException
- Throws:
XtumlException
-
inequality
public static boolean inequality(Object[] value1, Object[] value2) throws XtumlException
- Throws:
XtumlException
-
greaterThan
public static boolean greaterThan(Object[] value1, Object[] value2) throws XtumlException
- Throws:
XtumlException
-
lessThan
public static boolean lessThan(Object[] value1, Object[] value2) throws XtumlException
- Throws:
XtumlException
-
greaterThanOrEqual
public static boolean greaterThanOrEqual(Object[] value1, Object[] value2) throws XtumlException
- Throws:
XtumlException
-
lessThanOrEqual
public static boolean lessThanOrEqual(Object[] value1, Object[] value2) throws XtumlException
- Throws:
XtumlException
-
deserialize
public static Object[] deserialize(Object o) throws XtumlException
- Throws:
XtumlException
-
-