com.sleepycat.persist.impl
Class CollectionProxy.TreeSetProxy<E>

java.lang.Object
  extended by com.sleepycat.persist.impl.CollectionProxy<E>
      extended by com.sleepycat.persist.impl.CollectionProxy.TreeSetProxy<E>
All Implemented Interfaces:
PersistentProxy<Collection<E>>
Enclosing class:
CollectionProxy<E>

@Persistent(proxyFor=java.util.TreeSet.class)
static class CollectionProxy.TreeSetProxy<E>
extends CollectionProxy<E>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sleepycat.persist.impl.CollectionProxy
CollectionProxy.ArrayListProxy<E>, CollectionProxy.HashSetProxy<E>, CollectionProxy.LinkedListProxy<E>, CollectionProxy.TreeSetProxy<E>
 
Constructor Summary
protected CollectionProxy.TreeSetProxy()
           
 
Method Summary
protected  Collection<E> newInstance(int size)
           
 
Methods inherited from class com.sleepycat.persist.impl.CollectionProxy
convertProxy, copyElements, getElements, initializeProxy, setElements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionProxy.TreeSetProxy

protected CollectionProxy.TreeSetProxy()
Method Detail

newInstance

protected Collection<E> newInstance(int size)
Specified by:
newInstance in class CollectionProxy<E>


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