Searched refs:MapProxy (Results 1 - 4 of 4) 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 DMapProxy.java6 * $Id: MapProxy.java,v 1.1 2008/02/07 17:12:27 mark Exp $
24 abstract class MapProxy<K,V> implements PersistentProxy<Map<K,V>> { class in inherits:PersistentProxy
29 protected MapProxy() {} method in class:MapProxy
55 static class HashMapProxy<K,V> extends MapProxy<K,V> {
65 static class TreeMapProxy<K,V> extends MapProxy<K,V> {
H A DPersistCatalog.java460 knownClasses.add(MapProxy.HashMapProxy.class.getName());
461 knownClasses.add(MapProxy.TreeMapProxy.class.getName());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile476 $(JAVA_SLEEPYCAT)/persist/impl/MapProxy.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in471 $(JAVA_SLEEPYCAT)/persist/impl/MapProxy.java \

Completed in 67 milliseconds