T
- public interface RawComparator<T> extends Comparator<T>
A Comparator
that operates directly on byte representations of
objects.
限定符和类型 | 方法和说明 |
---|---|
int |
compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2) |
compare, equals
Copyright © 2009 The Apache Software Foundation