Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ add
Method
add
src/bsh/classpath/BshClassPath.java:788–790 ·
view source on GitHub ↗
( String name )
Source
from the content-addressed store, hash-verified
786
public
static
class
AmbiguousName {
787
List list =
new
ArrayList();
788
public
void
add( String name ) {
789
list.add( name );
790
}
791
public
List get() {
792
//return (String[])list.toArray(new String[0]);
793
return
list;
Callers
1
add
Method · 0.95
Calls
1
add
Method · 0.45
Tested by
no test coverage detected