Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ newLinkedHashMap
Method
newLinkedHashMap
src/main/java/pascal/taie/util/collection/Maps.java:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
public
static
<K, V> Map<K, V> newLinkedHashMap() {
60
return
new
LinkedHashMap<>();
61
}
62
63
public
static
<K extends Comparable<K>, V> Map<K, V> newOrderedMap() {
64
return
new
TreeMap<>();
Callers
14
load
Method · 0.95
VarManager
Class · 0.95
build
Method · 0.95
getPotentialCatchers
Method · 0.95
dumpVariables
Method · 0.95
readInputs
Method · 0.95
DataflowResult
Method · 0.95
DefaultICFG
Class · 0.95
dumpPointsToSetInYaml
Method · 0.95
comparePointsToSet
Method · 0.95
readPointsToSets
Method · 0.95
WorkList
Class · 0.95
Calls
no outgoing calls
Tested by
1
load
Method · 0.76