Searched refs:CollectionProxy (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DCollectionProxy.java6 * $Id: CollectionProxy.java,v 1.1 2008/02/07 17:12:27 mark Exp $
31 abstract class CollectionProxy<E> class in inherits:PersistentProxy
36 protected CollectionProxy() {} method in class:CollectionProxy
58 static class ArrayListProxy<E> extends CollectionProxy<E> {
68 static class LinkedListProxy<E> extends CollectionProxy<E> {
78 static class HashSetProxy<E> extends CollectionProxy<E> {
88 static class TreeSetProxy<E> extends CollectionProxy<E> {
H A DProxiedFormat.java138 CollectionProxy.copyElements(input, this, keyFormat, results);
H A DPersistCatalog.java456 knownClasses.add(CollectionProxy.ArrayListProxy.class.getName());
457 knownClasses.add(CollectionProxy.LinkedListProxy.class.getName());
458 knownClasses.add(CollectionProxy.HashSetProxy.class.getName());
459 knownClasses.add(CollectionProxy.TreeSetProxy.class.getName());
H A DComplexFormat.java661 a1 = CollectionProxy.getElements(container);
677 CollectionProxy.setElements(container, a2);
706 CollectionProxy.copyElements(input, this, keyFormat, results);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile460 $(JAVA_SLEEPYCAT)/persist/impl/CollectionProxy.java \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in458 $(JAVA_SLEEPYCAT)/persist/impl/CollectionProxy.java \

Completed in 31 milliseconds