Searched refs:newToOldFieldMap (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 DComplexFormat.java52 private Map<String,String> newToOldFieldMap; field in class:ComplexFormat
390 if (format.newToOldFieldMap != null &&
391 format.newToOldFieldMap.containsKey(fieldName)) {
393 format.newToOldFieldMap.get(fieldName);
1293 if (newToOldFieldMap == null) {
1294 newToOldFieldMap = new HashMap<String,String>();
1296 newToOldFieldMap.put(newName, oldName);

Completed in 89 milliseconds