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

Method next

src/bsh/CollectionManager.java:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 return enumeration.hasMoreElements();
71 }
72 public Object next() {
73 return enumeration.nextElement();
74 }
75 public void remove() {
76 throw new UnsupportedOperationException();
77 }

Callers 10

evalMethod · 0.45
getFullPathMethod · 0.45
getAllNamesMethod · 0.45
removeInnerClassNamesMethod · 0.45
reloadClassesMethod · 0.45
setClistMethod · 0.45
makeTreeModelMethod · 0.45
makeNodeMethod · 0.45
getChildrenMethod · 0.45

Calls 2

nextElementMethod · 0.80
getMethod · 0.65

Tested by 1

getChildrenMethod · 0.36