public interface DatabaseComparator extends Comparator<byte[]>, Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(ClassLoader loader)
Called to initialize a comparator object after it is instantiated or
deserialized, and before it is used.
|
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongvoid initialize(ClassLoader loader)
loader - is the environment's ClassLoader property.Copyright © 2024. All rights reserved.