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

Method next

src/org/apache/pig/impl/util/IdentityHashSet.java:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 public E next() {
77 return it.next().getKey();
78 }
79
80 public void remove() {
81 it.remove();

Callers 15

getFieldMethod · 0.45
reconcileMethod · 0.45
castableMethod · 0.45
equalsMethod · 0.45
removeEdgesMethod · 0.45
hasMessageTypeMethod · 0.45
getKindAggregateMethod · 0.45
logMessagesMethod · 0.45
logAllMessagesMethod · 0.45
storeMethod · 0.45
recomputePropertiesMethod · 0.45
handleNotificationMethod · 0.45

Calls 1

getKeyMethod · 0.45

Tested by

no test coverage detected