Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ get
Method
get
code/src/java/pcgen/io/Cache.java:62–65 ·
view source on GitHub ↗
Get List from map given key @param key @return List
(String key)
Source
from the content-addressed store, hash-verified
60
* @
return
List
61
*/
62
public
List<String> get(String key)
63
{
64
return
map.get(key);
65
}
66
67
/**
68
* Put into the map
Callers
1
appendClassLines
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected