Searched refs:renameFormats (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DEvolver.java53 private Map<Format,Format> renameFormats; field in class:Evolver
74 renameFormats = new IdentityHashMap<Format,Format>();
445 Format renamedFormat = renameFormats.get(oldFormat);
508 renameFormats.put(oldFormat, newFormat);

Completed in 50 milliseconds