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