public class VPackStringSlice extends Object implements Comparable<VPackStringSlice>
ValueType.STRING supporting fast bytewise comparison.| Constructor and Description |
|---|
VPackStringSlice(byte[] vpack,
int start,
int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(VPackStringSlice o) |
int |
compareToBytes(byte[] other) |
int |
compareToBytes(byte[] other,
int off,
int oLen) |
String |
toString() |
public int compareTo(VPackStringSlice o)
compareTo in interface Comparable<VPackStringSlice>public int compareToBytes(byte[] other)
public int compareToBytes(byte[] other,
int off,
int oLen)
Copyright © 2017–2021 ArangoDB GmbH. All rights reserved.