Searched refs:StoredContainer (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredCollections.java61 * StoredContainer.
67 ((StoredContainer) storedCollection).configuredClone(config);
85 * StoredContainer.
89 return (List) ((StoredContainer) storedList).configuredClone(config);
104 * StoredContainer.
108 return (Map) ((StoredContainer) storedMap).configuredClone(config);
123 * StoredContainer.
127 return (Set) ((StoredContainer) storedSet).configuredClone(config);
142 * StoredContainer.
148 ((StoredContainer) storedSortedMa
[all...]
H A DStoredIterator.java101 throw StoredContainer.convertException(e);
158 throw StoredContainer.convertException(e);
187 throw StoredContainer.convertException(e);
219 throw StoredContainer.convertException(e);
252 throw StoredContainer.convertException(e);
285 throw StoredContainer.convertException(e);
314 throw StoredContainer.convertException(e);
349 throw StoredContainer.convertException(e);
384 throw StoredContainer.convertException(e);
473 throw StoredContainer
[all...]
H A DStoredContainer.java6 * $Id: StoredContainer.java,v 12.10 2008/02/07 17:12:26 mark Exp $
43 public abstract class StoredContainer implements Cloneable { class in inherits:Cloneable
47 StoredContainer(DataView view) { method in class:StoredContainer
131 final StoredContainer configuredClone(CursorConfig config) {
134 StoredContainer cont = (StoredContainer) clone();
300 throw StoredContainer.convertException(e);
357 throw StoredContainer.convertException(e);
390 throw StoredContainer.convertException(e);
416 throw StoredContainer
[all...]
H A DStoredCollection.java26 * base class {@link StoredContainer}, provide implementations of most methods
45 public abstract class StoredCollection extends StoredContainer
194 throw StoredContainer.convertException(e);
463 throw StoredContainer.convertException(e);
482 throw StoredContainer.convertException(e);
521 public StoredIterator join(StoredContainer[] indices, Object[] indexKeys,
532 throw StoredContainer.convertException(e);
550 throw StoredContainer.convertException(e);
H A DStoredMap.java36 public class StoredMap extends StoredContainer implements Map {
460 throw StoredContainer.convertException(e);
495 throw StoredContainer.convertException(e);
H A DStoredSortedMap.java209 throw StoredContainer.convertException(e);
350 throw StoredContainer.convertException(e);
H A DStoredSortedEntrySet.java223 throw StoredContainer.convertException(e);
H A DStoredSortedKeySet.java244 throw StoredContainer.convertException(e);
H A DStoredSortedValueSet.java258 throw StoredContainer.convertException(e);
H A DBlockIterator.java153 throw StoredContainer.convertException(e);
293 throw StoredContainer.convertException(e);
388 throw StoredContainer.convertException(e);
465 throw StoredContainer.convertException(e);
778 throw StoredContainer.convertException(e);
H A DStoredEntrySet.java124 throw StoredContainer.convertException(e);
H A DStoredList.java373 throw StoredContainer.convertException(e);
517 throw StoredContainer.convertException(e);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DJoinTest.java19 import com.sleepycat.collections.StoredContainer;
222 StoredContainer[] indices = { indexMap1, indexMap2 };
H A DTransactionTest.java23 import com.sleepycat.collections.StoredContainer;
480 StoredContainer storedContainer = (StoredContainer) container;
566 StoredContainer storedContainer = (StoredContainer) container;
H A DCollectionTest.java34 import com.sleepycat.collections.StoredContainer;
359 void testCreation(StoredContainer cont, int expectSize)
525 testCreation((StoredContainer) map.values(), maxKey);
526 testCreation((StoredContainer) map.keySet(), maxKey);
527 testCreation((StoredContainer) map.entrySet(), maxKey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile303 $(JAVA_SLEEPYCAT)/collections/StoredContainer.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in298 $(JAVA_SLEEPYCAT)/collections/StoredContainer.java \

Completed in 141 milliseconds