MCPcopy Create free account
hub / github.com/apache/pig / isEmpty

Method isEmpty

src/org/apache/pig/impl/util/MultiMap.java:194–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192 }
193
194 public boolean isEmpty() {
195 return mMap.isEmpty();
196 }
197
198 public void clear() {
199 mMap.clear();

Callers 15

testGetPathsMethod · 0.45
setLocationMethod · 0.45
getAvroSchemaMethod · 0.45
getMergedSchemaMethod · 0.45
getSchemaMethod · 0.45
execMethod · 0.45
extractQueryMethod · 0.45
testlog4jConfMethod · 0.45
testMethod · 0.45

Calls

no outgoing calls