Searched refs:mapEntry (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredEntrySet.java42 * @param mapEntry must be a {@link java.util.Map.Entry} instance.
49 * @throws ClassCastException if the mapEntry is not a {@link
54 public boolean add(Object mapEntry) { argument
56 Map.Entry entry = (Map.Entry) mapEntry; // allow ClassCastException
65 * @param mapEntry is a {@link java.util.Map.Entry} instance to be removed.
68 * the mapEntry is not a {@link java.util.Map.Entry} instance or is not
75 public boolean remove(Object mapEntry) { argument
77 if (!(mapEntry instanceof Map.Entry)) {
80 Map.Entry entry = (Map.Entry) mapEntry;
103 * @param mapEntry i
111 contains(Object mapEntry) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java1127 Object val = mapEntry(i);
1507 iterator(sset.subSet(mapEntry(1),
1508 mapEntry(2))),
1513 iterator(sset.subSet(mapEntry(2),
1514 mapEntry(3))),
1520 (mapEntry(endKey),
1521 mapEntry(endKey + 1))),
1528 sset.subSet(mapEntry(endKey + 1),
1529 mapEntry(endKey + 2));
1535 sset.subSet(mapEntry(
2955 Map.Entry mapEntry(Object key, Object val) { method in class:CollectionTest
2960 Map.Entry mapEntry(int key) { method in class:CollectionTest
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp93 DTEntry mapEntry; local
145 freeDT = (kSuccess == DTLookupEntry( 0, "/chosen/memory-map", &mapEntry ))
146 && (kSuccess == DTGetProperty( mapEntry,

Completed in 78 milliseconds