Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testIterator
Method · 0.45
testHierarchyExcludingInterfaces
Method · 0.45
testHierarchyIncludingInterfaces
Method · 0.45
testExceptionsRandom
Method · 0.45
testHomogeneity
Method · 0.45
testLang100
Method · 0.45
testLANG807
Method · 0.45
testNonASCIILetters
Method · 0.45
testNonASCIINumbers
Method · 0.45
testRandomApis
Method · 0.45
testRandomWithChars
Method · 0.45
testConstructor_String_simple
Method · 0.45
Calls
4
walkInterfaces
Method · 0.95
hasNext
Method · 0.45
add
Method · 0.45
iterator
Method · 0.45
Tested by
15
testIterator
Method · 0.36
testHierarchyExcludingInterfaces
Method · 0.36
testHierarchyIncludingInterfaces
Method · 0.36
testExceptionsRandom
Method · 0.36
testHomogeneity
Method · 0.36
testLang100
Method · 0.36
testLANG807
Method · 0.36
testNonASCIILetters
Method · 0.36
testNonASCIINumbers
Method · 0.36
testRandomApis
Method · 0.36
testRandomWithChars
Method · 0.36
testConstructor_String_simple
Method · 0.36