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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DEnhancedAccessor.java24 private static final Map<String,Enhanced> classRegistry = field in class:EnhancedAccessor
41 classRegistry.put(className, prototype);
48 boolean enhanced = classRegistry.containsKey(type.getName());
62 prototype = classRegistry.get(type.getName());

Completed in 91 milliseconds