@InternalApi public class ByteStringComparator extends Object implements Comparator<com.google.protobuf.ByteString>
ByteStrings as unsigned byte arrays.| Modifier and Type | Field and Description |
|---|---|
static ByteStringComparator |
INSTANCE |
| Constructor and Description |
|---|
ByteStringComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(com.google.protobuf.ByteString o1,
com.google.protobuf.ByteString o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final ByteStringComparator INSTANCE
public int compare(com.google.protobuf.ByteString o1,
com.google.protobuf.ByteString o2)
compare in interface Comparator<com.google.protobuf.ByteString>Copyright © 2018 Google LLC. All rights reserved.