Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getField
Method · 0.45
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
recomputeProperties
Method · 0.45
handleNotification
Method · 0.45
Calls
1
getKey
Method · 0.45
Tested by
no test coverage detected