Searched refs:valueSet (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredMap.java40 private StoredValueSet valueSet; field in class:StoredMap
172 * The keySet, entrySet and valueSet are created during Map construction
196 /* valueSet */
199 valueSet = new StoredSortedValueSet(newView);
201 valueSet = new StoredValueSet(newView);
431 return valueSet;
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java105 private StoredValueSet valueSet; field in class:CollectionTest
344 valueSet = null;
394 valueSet = new StoredSortedValueSet(store, entityBinding,
409 valueSet = new StoredValueSet(store, entityBinding, true);
413 valueSet = new StoredValueSet(store, valueBinding, true);
480 // create indexed map (keySet/valueSet)
485 valueSet = new StoredSortedValueSet(index, entityBinding,
497 valueSet = new StoredValueSet(index, entityBinding, true);
500 valueSet = new StoredValueSet(index, valueBinding, true);
634 // keySet/valueSet ar
[all...]

Completed in 180 milliseconds