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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/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 23 milliseconds