@Persistent(proxyFor=java.util.TreeSet.class) static class CollectionProxy.TreeSetProxy<E> extends CollectionProxy<E>
CollectionProxy.ArrayListProxy<E>, CollectionProxy.HashSetProxy<E>, CollectionProxy.LinkedListProxy<E>, CollectionProxy.TreeSetProxy<E>
Modifier | Constructor and Description |
---|---|
protected |
CollectionProxy.TreeSetProxy() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection<E> |
newInstance(int size) |
convertProxy, copyElements, getElements, initializeProxy, setElements
protected java.util.Collection<E> newInstance(int size)
newInstance
in class CollectionProxy<E>
Copyright (c) 2004-2012 Oracle. All rights reserved.