Package com._1c.g5.v8.xmdb.impl
Class Utils
java.lang.Object
com._1c.g5.v8.xmdb.impl.Utils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final int
compareByteArrays
(byte[] a, byte[] b) static final long
hashStringKey
(String key)
-
Field Details
-
A_LESS_B
public static final int A_LESS_B- See Also:
-
A_GREATER_B
public static final int A_GREATER_B- See Also:
-
A_EQUAL_B
public static final int A_EQUAL_B- See Also:
-
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
compareByteArrays
public static final int compareByteArrays(byte[] a, byte[] b) -
hashStringKey
-