MCPcopy 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

initMethod · 0.95
copyMethod · 0.65

Tested by

no test coverage detected