Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ hasNext
Method
hasNext
guava/src/com/google/common/collect/Iterators.java:138–141 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
}
137
return
new
UnmodifiableIterator<T>() {
138
@Override
139
public
boolean hasNext() {
140
return
iterator.hasNext();
141
}
142
143
@Override
144
@ParametricNullness
Callers
15
next
Method · 0.95
size
Method · 0.45
contains
Method · 0.45
removeAll
Method · 0.45
removeIf
Method · 0.45
retainAll
Method · 0.45
elementsEqual
Method · 0.45
toString
Method · 0.45
getOnlyElement
Method · 0.45
addAll
Method · 0.45
computeNext
Method · 0.45
all
Method · 0.45
Calls
2
iterator
Method · 0.65
hasMoreElements
Method · 0.45
Tested by
no test coverage detected