com.sleepycat.persist.impl
Class MapProxy.TreeMapProxy<K,V>
java.lang.Object
com.sleepycat.persist.impl.MapProxy<K,V>
com.sleepycat.persist.impl.MapProxy.TreeMapProxy<K,V>
- All Implemented Interfaces:
- PersistentProxy<Map<K,V>>
- Enclosing class:
- MapProxy<K,V>
@Persistent(proxyFor=java.util.TreeMap.class)
static class MapProxy.TreeMapProxy<K,V>
- extends MapProxy<K,V>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapProxy.TreeMapProxy
protected MapProxy.TreeMapProxy()
newInstance
protected Map<K,V> newInstance(int size)
- Specified by:
newInstance
in class MapProxy<K,V>
Copyright (c) 2004-2010 Oracle. All rights reserved.