MCPcopy 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

getBshIteratorMethod · 0.80
getFullPathMethod · 0.80
getAllNamesMethod · 0.80
removeInnerClassNamesMethod · 0.80
reloadClassesMethod · 0.80
setClistMethod · 0.80
makeTreeModelMethod · 0.80
makeNodeMethod · 0.80
getChildrenMethod · 0.80

Calls

no outgoing calls

Tested by 1

getChildrenMethod · 0.64