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

Method copy

CodenameOne/src/com/codename1/facebook/Post.java:183–187  ·  view source on GitHub ↗
(Hashtable props)

Source from the content-addressed store, hash-verified

181 ///
182 /// - `props`: an hashtable to copy from
183 @Override
184 public void copy(Hashtable props) {
185 super.copy(props);
186 init(props);
187 }
188
189 private void init(Hashtable toCopy) {
190 type = (String) toCopy.get("type");

Callers 1

initMethod · 0.95

Calls 2

initMethod · 0.95
copyMethod · 0.65

Tested by

no test coverage detected