Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ copy
Method
copy
CodenameOne/src/com/codename1/facebook/Page.java:103–107 ·
view source on GitHub ↗
(Hashtable props)
Source
from the content-addressed store, hash-verified
101
///
102
/// - `props`: an hashtable to copy from
103
@Override
104
public
void
copy(Hashtable props) {
105
super.copy(props);
106
init(props);
107
}
108
109
private
void
init(Hashtable toCopy) {
110
super.copy(toCopy);
Callers
nothing calls this directly
Calls
2
init
Method · 0.95
copy
Method · 0.65
Tested by
no test coverage detected