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

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/
H A DKeysIndex.java48 * Of the EntityIndex methods only get()/map()/sortedMap() are implemented
75 return sortedMap();
78 public synchronized SortedMap<SK,PK> sortedMap() { method in class:KeysIndex
H A DSecondaryIndex.java934 * Of the EntityIndex methods only get()/map()/sortedMap() are implemented
963 return sortedMap();
966 public synchronized SortedMap<SK,E> sortedMap() { method in class:SecondaryIndex
H A DSubIndex.java326 return sortedMap();
329 public synchronized SortedMap<PK,E> sortedMap() { method in class:SubIndex
331 map = (SortedMap) ((StoredSortedMap) secIndex.sortedMap()).
H A DEntityIndex.java37 * interfaces by calling the {@link #map} or {@link #sortedMap} methods.</p>
974 SortedMap<K,V> sortedMap(); method in interface:EntityIndex
H A DPrimaryIndex.java498 * Of the EntityIndex methods only get()/map()/sortedMap() are implemented
525 return sortedMap();
528 public synchronized SortedMap<PK,E> sortedMap() { method in class:PrimaryIndex
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DIndexTest.java414 SortedMap<K,V> map = index.sortedMap();
513 SortedMap<K,V> map = index.sortedMap();
571 SortedMap<K,V> map = index.sortedMap();

Completed in 176 milliseconds