MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / copy

Method copy

CodenameOne/src/com/codename1/facebook/User.java:237–241  ·  view source on GitHub ↗
(Hashtable props)

Source from the content-addressed store, hash-verified

235 ///
236 /// - `props`: an hashtable to copy from
237 @Override
238 public void copy(Hashtable props) {
239 super.copy(props);
240 init(props);
241 }
242
243 private void init(Hashtable toCopy) {
244 super.copy(toCopy);

Callers 1

initMethod · 0.95

Calls 2

initMethod · 0.95
copyMethod · 0.65

Tested by

no test coverage detected