Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ iterator
Method
iterator
src/bsh/Reflect.java:924–927 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
922
private
static
class
DummyCollection<T> extends AbstractCollection<T> {
923
924
@Override
925
public
Iterator<T> iterator() {
926
return
Collections.<T>emptySet().iterator();
927
}
928
929
930
@Override
Callers
10
getBshIterator
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
no outgoing calls
Tested by
1
getChildren
Method · 0.64