static final class ByteBufferUtils.ComparerHolder.PureJavaComparer extends ByteBufferUtils.Comparer
Modifier and Type | Field and Description |
---|---|
(package private) static ByteBufferUtils.ComparerHolder.PureJavaComparer |
INSTANCE |
Modifier | Constructor and Description |
---|---|
private |
PureJavaComparer() |
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) |
static final ByteBufferUtils.ComparerHolder.PureJavaComparer INSTANCE
private PureJavaComparer()
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.