MCPcopy Create free account
hub / github.com/apache/nutch / _getValues

Method _getValues

src/java/org/apache/nutch/metadata/Metadata.java:106–112  ·  view source on GitHub ↗
(final String name)

Source from the content-addressed store, hash-verified

104 }
105
106 private String[] _getValues(final String name) {
107 String[] values = metadata.get(name);
108 if (values == null) {
109 values = new String[0];
110 }
111 return values;
112 }
113
114 /**
115 * Add a metadata name/value mapping. Add the specified value to the list of

Callers 4

getValuesMethod · 0.95
equalsMethod · 0.95
toStringMethod · 0.95
writeMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected