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

Method hasNext

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

Source from the content-addressed store, hash-verified

70 Iterator<Map.Entry<E, Object>> it = map.entrySet().iterator();
71
72 public boolean hasNext() {
73 return it.hasNext();
74 }
75
76 public E next() {
77 return it.next().getKey();

Callers 15

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
execMethod · 0.45
recomputePropertiesMethod · 0.45
handleNotificationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected