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