Package io.dingodb.sdk.common.utils
Class ByteArrayUtils.ComparableByteArray
java.lang.Object
io.dingodb.sdk.common.utils.ByteArrayUtils.ComparableByteArray
- All Implemented Interfaces:
Comparable<ByteArrayUtils.ComparableByteArray>
- Enclosing class:
- ByteArrayUtils
public static class ByteArrayUtils.ComparableByteArray
extends Object
implements Comparable<ByteArrayUtils.ComparableByteArray>
-
Constructor Summary
ConstructorsConstructorDescriptionComparableByteArray(byte[] bytes) ComparableByteArray(byte[] bytes, int pos) -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(@NonNull ByteArrayUtils.ComparableByteArray other)
-
Constructor Details
-
ComparableByteArray
public ComparableByteArray(byte[] bytes) -
ComparableByteArray
public ComparableByteArray(byte[] bytes, int pos)
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<ByteArrayUtils.ComparableByteArray>
-