Package com._1c.g5.v8.xmdb.impl
Class Utils
- java.lang.Object
-
- com._1c.g5.v8.xmdb.impl.Utils
-
public class Utils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
A_EQUAL_B
static int
A_GREATER_B
static int
A_LESS_B
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
compareByteArrays(byte[] a, byte[] b)
static long
hashStringKey(String key)
-
-
-
Field Detail
-
A_LESS_B
public static final int A_LESS_B
- See Also:
- Constant Field Values
-
A_GREATER_B
public static final int A_GREATER_B
- See Also:
- Constant Field Values
-
A_EQUAL_B
public static final int A_EQUAL_B
- See Also:
- Constant Field Values
-
-
Method Detail
-
compareByteArrays
public static final int compareByteArrays(byte[] a, byte[] b)
-
hashStringKey
public static final long hashStringKey(String key)
-
-