|
Berkeley DB Java Edition version 5.0.34 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DatabaseComparator
Implemented by btree and duplicate comparators that need to be initialized before they are used or need access to the environment's ClassLoader property.
| Method Summary | |
|---|---|
void |
initialize(ClassLoader loader)
Called to initialize a comparator object after it is instantiated or deserialized, and before it is used. |
| Methods inherited from interface java.util.Comparator |
|---|
compare, equals |
| Method Detail |
|---|
void initialize(ClassLoader loader)
loader - is the environment's ClassLoader property.
|
Berkeley DB Java Edition version 5.0.34 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||