Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ getCodeMap
Method
getCodeMap
base/src/main/java/net/time4j/DayPeriod.java:929–931 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
927
}
928
929
Object getCodeMap() {
930
return
this.dayPeriod.codeMap;
931
}
932
933
private
Object writeReplace() {
934
return
new
SPX(this, SPX.DAY_PERIOD_TYPE);
Callers
1
writeDayPeriod
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected