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

/macosx-10.10/BerkeleyDB-21/db/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());

Completed in 312 milliseconds