MCPcopy Create free account
hub / github.com/apache/commons-lang / next

Method next

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

Source from the content-addressed store, hash-verified

1213 }
1214
1215 @Override
1216 public Class<?> next() {
1217 return next.getAndUpdate(Class::getSuperclass);
1218 }
1219
1220 @Override
1221 public void remove() {

Callers 15

testIteratorMethod · 0.45
testExceptionsRandomMethod · 0.45
testHomogeneityMethod · 0.45
testLang100Method · 0.45
testLANG807Method · 0.45
testNonASCIILettersMethod · 0.45
testNonASCIINumbersMethod · 0.45
testRandomApisMethod · 0.45
testRandomWithCharsMethod · 0.45

Calls 4

walkInterfacesMethod · 0.95
hasNextMethod · 0.45
addMethod · 0.45
iteratorMethod · 0.45

Tested by 15

testIteratorMethod · 0.36
testExceptionsRandomMethod · 0.36
testHomogeneityMethod · 0.36
testLang100Method · 0.36
testLANG807Method · 0.36
testNonASCIILettersMethod · 0.36
testNonASCIINumbersMethod · 0.36
testRandomApisMethod · 0.36
testRandomWithCharsMethod · 0.36