com.sleepycat.persist.impl
Class CollectionProxy.TreeSetProxy<E>
java.lang.Object
com.sleepycat.persist.impl.CollectionProxy<E>
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionProxy.TreeSetProxy
protected CollectionProxy.TreeSetProxy()
newInstance
protected Collection<E> newInstance(int size)
- Specified by:
newInstance
in class CollectionProxy<E>
Copyright 2004,2008 Oracle. All rights reserved.