Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ next
Method
next
src/bsh/CollectionManager.java:72–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
return
enumeration.hasMoreElements();
71
}
72
public
Object next() {
73
return
enumeration.nextElement();
74
}
75
public
void
remove() {
76
throw
new
UnsupportedOperationException();
77
}
Callers
10
eval
Method · 0.45
getFullPath
Method · 0.45
buildUnqualifiedNameTable
Method · 0.45
getAllNames
Method · 0.45
removeInnerClassNames
Method · 0.45
reloadClasses
Method · 0.45
setClist
Method · 0.45
makeTreeModel
Method · 0.45
makeNode
Method · 0.45
getChildren
Method · 0.45
Calls
2
nextElement
Method · 0.80
get
Method · 0.65
Tested by
1
getChildren
Method · 0.36