Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ hasNext
Method
hasNext
src/bsh/CollectionManager.java:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
final
Enumeration enumeration = (Enumeration)obj;
68
return
new
Iterator<Object>() {
69
public
boolean hasNext() {
70
return
enumeration.hasMoreElements();
71
}
72
public
Object next() {
73
return
enumeration.nextElement();
74
}
Callers
10
eval
Method · 0.80
getFullPath
Method · 0.80
buildUnqualifiedNameTable
Method · 0.80
getAllNames
Method · 0.80
removeInnerClassNames
Method · 0.80
reloadClasses
Method · 0.80
setClist
Method · 0.80
makeTreeModel
Method · 0.80
makeNode
Method · 0.80
getChildren
Method · 0.80
Calls
1
hasMoreElements
Method · 0.80
Tested by
1
getChildren
Method · 0.64