Home
last modified time | relevance | path

Searched refs:typeCompatibility (Results 1 – 1 of 1) sorted by relevance

/trunk/main/comphelper/qa/complex/comphelper/
H A DMap.java316 Integer[][] typeCompatibility = new Integer[][] { in testValueTypes() local
343 for ( int valueTypePos = 0; valueTypePos != typeCompatibility.length; ++valueTypePos ) in testValueTypes()
348 …for ( int checkTypePos = 0; checkTypePos != typeCompatibility[valueTypePos].length; ++checkTypePos… in testValueTypes()
351 if ( typeCompatibility[valueTypePos][checkTypePos] != 0 ) in testValueTypes()