Searched refs:getNullLocation (Results 1 – 9 of 9) sorted by relevance
54 final int nullKeyLocation = getNullLocation(); in createArrayWithNullKey()66 final int nullValueLocation = getNullLocation(); in createArrayWithNullValue()78 final int nullValueLocation = getNullLocation(); in createArrayWithNullKeyAndValue()93 for (int i = 0; i < getNullLocation(); i++) { in getEntryNullReplaces()
84 assertEquals(getMethodName() + "(null) should return " + getNullLocation(), in testFind_nullContained()85 getNullLocation(), find(null)); in testFind_nullContained()
155 expected[getNullLocation()] = newEntry; in testPut_nullKeySupportedPresent()228 expected[getNullLocation()] = newEntry; in testPut_replaceNullValueWithNonNullSupported()
85 entries[getNullLocation()] = entry(null, null); in testCreateWithNullKeyAndValueSupported()
81 final int nullKeyLocation = getNullLocation(); in createArrayWithNullKey()97 for (int i = 0; i < getNullLocation(); i++) { in getEntryNullReplaces()109 final int nullValueLocation = getNullLocation(); in createArrayWithNullValue()
58 array[getNullLocation()] = null; in createArrayWithNullElement()
234 protected int getNullLocation() { in getNullLocation() method in AbstractContainerTester
152 expected[getNullLocation()] = newEntry; in testPut_nullKeySupportedPresent()225 expected[getNullLocation()] = newEntry; in testPut_replaceNullValueWithNonNullSupported()
82 entries[getNullLocation()] = entry(null, null); in testCreateWithNullKeyAndValueSupported()