Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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() {
Callers
15
testIterator
Method · 0.45
testHierarchyExcludingInterfaces
Method · 0.45
testHierarchyIncludingInterfaces
Method · 0.45
assertLanguageByCountry
Method · 0.45
assertCountriesByLanguage
Method · 0.45
testUseAsKeyOfTreeMap
Method · 0.45
testMapEntry
Method · 0.45
testUseAsKeyOfTreeMap
Method · 0.45
testGetOverrideHierarchyIncludingInterfaces
Method · 0.45
testGetOverrideHierarchyExcludingInterfaces
Method · 0.45
testResultInitializerNamesModify
Method · 0.45
testIterator
Method · 0.45
Calls
6
walkInterfaces
Method · 0.95
getValue
Method · 0.65
setValue
Method · 0.65
hasNext
Method · 0.45
add
Method · 0.45
iterator
Method · 0.45
Tested by
14
testIterator
Method · 0.36
testHierarchyExcludingInterfaces
Method · 0.36
testHierarchyIncludingInterfaces
Method · 0.36
assertLanguageByCountry
Method · 0.36
assertCountriesByLanguage
Method · 0.36
testUseAsKeyOfTreeMap
Method · 0.36
testMapEntry
Method · 0.36
testUseAsKeyOfTreeMap
Method · 0.36
testGetOverrideHierarchyIncludingInterfaces
Method · 0.36
testGetOverrideHierarchyExcludingInterfaces
Method · 0.36
testResultInitializerNamesModify
Method · 0.36
testIterator
Method · 0.36