Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ descendingSet
Method
descendingSet
src/main/java/org/mapdb/BTreeMapJava.java:519–522 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
517
return
tailSet(fromElement, true);
518
}
519
@Override
520
public
NavigableSet<E> descendingSet() {
521
return
new
KeySet((ConcurrentNavigableMap2)m.descendingMap(),hasValues);
522
}
523
524
@Override
525
public
boolean add(E k) {
Callers
15
descendingIterator
Method · 0.95
testRecursiveSubSets
Method · 0.80
bashSubSet
Method · 0.80
dset5
Method · 0.80
test_DescendingSubMapEntrySet_subSet
Method · 0.80
test_DescendingSubMapEntrySet_lower
Method · 0.80
test_DescendingSubMapEntrySet_higher
Method · 0.80
test_DescendingSubMapEntrySet_ceiling
Method · 0.80
test_AscendingSubMapEntrySet_descendingSet
Method · 0.80
testRecursiveSubSets
Method · 0.80
bashSubSet
Method · 0.80
dset5
Method · 0.80
Calls
1
descendingMap
Method · 0.45
Tested by
15
testRecursiveSubSets
Method · 0.64
bashSubSet
Method · 0.64
dset5
Method · 0.64
test_DescendingSubMapEntrySet_subSet
Method · 0.64
test_DescendingSubMapEntrySet_lower
Method · 0.64
test_DescendingSubMapEntrySet_higher
Method · 0.64
test_DescendingSubMapEntrySet_ceiling
Method · 0.64
test_AscendingSubMapEntrySet_descendingSet
Method · 0.64
testRecursiveSubSets
Method · 0.64
bashSubSet
Method · 0.64
dset5
Method · 0.64
testEmptyIterator
Method · 0.64