Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
reconcile
Method · 0.45
castable
Method · 0.45
equals
Method · 0.45
removeEdges
Method · 0.45
hasMessageType
Method · 0.45
getKindAggregate
Method · 0.45
logMessages
Method · 0.45
logAllMessages
Method · 0.45
store
Method · 0.45
exec
Method · 0.45
recomputeProperties
Method · 0.45
handleNotification
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected