MCPcopy
hub / github.com/apache/commons-lang / next

Method next

src/main/java/org/apache/commons/lang3/ClassUtils.java:1394–1399  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1392 }
1393
1394 @Override
1395 public Class<?> next() {
1396 final Class<?> result = next.getValue();
1397 next.setValue(result.getSuperclass());
1398 return result;
1399 }
1400
1401 @Override
1402 public void remove() {

Calls 6

walkInterfacesMethod · 0.95
getValueMethod · 0.65
setValueMethod · 0.65
hasNextMethod · 0.45
addMethod · 0.45
iteratorMethod · 0.45