MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / getField

Method getField

exceptions/DynamicFields.java:56–59  ·  view source on GitHub ↗
(String id)

Source from the content-addressed store, hash-verified

54 return makeField(id);
55 }
56 public Object
57 getField(String id) throws NoSuchFieldException {
58 return fields[getFieldNumber(id)][1];
59 }
60 public Object setField(String id, Object value)
61 throws DynamicFieldsException {
62 if(value == null) {

Callers 2

setFieldMethod · 0.95
mainMethod · 0.95

Calls 1

getFieldNumberMethod · 0.95

Tested by

no test coverage detected