Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ copy
Method
copy
CodenameOne/src/com/codename1/facebook/Photo.java:202–206 ·
view source on GitHub ↗
(Hashtable props)
Source
from the content-addressed store, hash-verified
200
///
201
/// - `props`: an hashtable to copy from
202
@Override
203
public
void
copy(Hashtable props) {
204
super.copy(props);
205
init(props);
206
}
207
208
private
void
init(Hashtable toCopy) {
209
super.copy(toCopy);
Callers
nothing calls this directly
Calls
2
init
Method · 0.95
copy
Method · 0.65
Tested by
no test coverage detected