MCPcopy Index your code
hub / github.com/beanshell/beanshell / toSortedStrings

Method toSortedStrings

src/bsh/util/ClassBrowser.java:92–96  ·  view source on GitHub ↗
( Collection<String> c )

Source from the content-addressed store, hash-verified

90 }
91
92 String [] toSortedStrings ( Collection<String> c ) {
93 String[] sa = c.toArray(new String[0]);
94 Arrays.sort(sa);
95 return sa;
96 }
97
98 void setClist( String packagename ) {
99 this.selectedPackage = packagename;

Callers 1

setClistMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected