abstract static class ByteBufferUtils.Comparer extends Object
| Constructor and Description |
|---|
Comparer() |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract int |
compareTo(byte[] buf1,
int o1,
int l1,
ByteBuffer buf2,
int o2,
int l2) |
(package private) abstract int |
compareTo(ByteBuffer buf1,
int o1,
int l1,
ByteBuffer buf2,
int o2,
int l2) |
Comparer()
abstract int compareTo(byte[] buf1, int o1, int l1, ByteBuffer buf2, int o2, int l2)
abstract int compareTo(ByteBuffer buf1, int o1, int l1, ByteBuffer buf2, int o2, int l2)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.