Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ hasNext
Method
hasNext
enums/PostOffice.java:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
@Override
public
Iterator<Mail> iterator() {
53
return
new
Iterator<Mail>() {
54
@Override
public
boolean hasNext() {
55
return
n-- > 0;
56
}
57
@Override
public
Mail next() {
58
return
randomMail();
59
}
Callers
9
main
Method · 0.45
main
Method · 0.45
changeState
Method · 0.45
create
Method · 0.45
main
Method · 0.45
main
Method · 0.45
entrySet
Method · 0.45
put
Method · 0.45
get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected