Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ remove
Method
remove
src/bsh/CollectionManager.java:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
return
enumeration.nextElement();
74
}
75
public
void
remove() {
76
throw
new
UnsupportedOperationException();
77
}
78
};
79
}
80
Callers
11
registerConstructorContext
Method · 0.45
unsetVariable
Method · 0.45
setMethod
Method · 0.45
importPackage
Method · 0.45
importCommands
Method · 0.45
importObject
Method · 0.45
importStatic
Method · 0.45
unsetVariable
Method · 0.45
doneDefiningClass
Method · 0.45
removeInnerClassNames
Method · 0.45
getChildren
Method · 0.45
Calls
no outgoing calls
Tested by
1
getChildren
Method · 0.36