MCPcopy Index your code
hub / github.com/apache/tomcat / findIgnoreCase

Method findIgnoreCase

java/org/apache/catalina/mapper/Mapper.java:1204–1206  ·  view source on GitHub ↗

Find a map element given its name in a sorted array of map elements. This will return the index for the closest inferior or equal item in the given array.

(MapElement<T>[] map, CharChunk name)

Source from the content-addressed store, hash-verified

1202 * inferior or equal item in the given array.
1203 */
1204 private static <T> int findIgnoreCase(MapElement<T>[] map, CharChunk name) {
1205 return findIgnoreCase(map, name, name.getStart(), name.getEnd());
1206 }
1207
1208
1209 /**

Callers 1

exactFindIgnoreCaseMethod · 0.95

Calls 3

compareIgnoreCaseMethod · 0.95
getStartMethod · 0.45
getEndMethod · 0.45

Tested by

no test coverage detected