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, thenComparingLong
void initialize(ClassLoader loader)
loader
- is the environment's ClassLoader property.Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.