Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ lastEntry
Method
lastEntry
Ports/CLDC11/src/java/util/TreeMap.java:5305–5307 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5303
///
5304
/// - java.util.NavigableMap#lastEntry()
5305
public
Map.Entry<K, V> lastEntry() {
5306
return
newImmutableEntry(findBiggestEntry());
5307
}
5308
5309
/// {@inheritDoc}
5310
///
Callers
nothing calls this directly
Calls
2
newImmutableEntry
Method · 0.95
findBiggestEntry
Method · 0.95
Tested by
no test coverage detected