Skip to content
Commits on Source (7)
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
......@@ -16,7 +16,7 @@ val MethodNameTable = DualHashBidiMap(mapOf(
Pair("containsValue(Object)", "runContainsValue"),
Pair("entrySet()", "runEntrySet"),
Pair("equals(Object)", "runEquals"),
Pair("get(Object)", "runGet"),
Pair("get(int)", "runGet"),
Pair("hashCode()", "runHashCode"),
Pair("indexOf(Object)", "runIndexOf"),
Pair("isEmpty()", "runIsEmpty"),
......