Searched refs:mapEntry (Results 1 - 4 of 4) 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 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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dpartition.c136 struct sparingEntry *entry = &st->mapEntry[i];
156 struct sparingEntry mapEntry; local
184 struct sparingEntry *entry = &st->mapEntry[k];
223 struct sparingEntry *entry = &st->mapEntry[l];
235 mapEntry = st->mapEntry[l];
236 mapEntry.origLocation =
238 memmove(&st->mapEntry[k + 1],
239 &st->mapEntry[k],
242 st->mapEntry[
[all...]
H A Dosta_udf.h201 mapEntry[0]; member in struct:sparingTable
/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 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...]

Completed in 124 milliseconds