com.sleepycat.persist.impl
Class MapProxy.TreeMapProxy<K,V>

java.lang.Object
  extended by com.sleepycat.persist.impl.MapProxy<K,V>
      extended by 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>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sleepycat.persist.impl.MapProxy
MapProxy.HashMapProxy<K,V>, MapProxy.LinkedHashMapProxy<K,V>, MapProxy.TreeMapProxy<K,V>
 
Constructor Summary
protected MapProxy.TreeMapProxy()
           
 
Method Summary
protected  Map<K,V> newInstance(int size)
           
 
Methods inherited from class com.sleepycat.persist.impl.MapProxy
convertProxy, initializeProxy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapProxy.TreeMapProxy

protected MapProxy.TreeMapProxy()
Method Detail

newInstance

protected Map<K,V> newInstance(int size)
Specified by:
newInstance in class MapProxy<K,V>


Copyright (c) 2004-2012 Oracle. All rights reserved.