Searched refs:createArrayWithNullKey (Results 1 – 7 of 7) sorted by relevance
48 expectContents(createArrayWithNullKey()); in testCreateWithNullKeySupported()123 Entry<K, V>[] entries = createArrayWithNullKey(); in getEntriesMultipleNullKeys()
151 Entry<K, V>[] expected = createArrayWithNullKey(); in testPut_nullKeySupportedPresent()
51 expectContents(createArrayWithNullKey()); in testCreateWithNullKeySupported()126 Entry<K, V>[] entries = createArrayWithNullKey(); in getEntriesMultipleNullKeys()
154 Entry<K, V>[] expected = createArrayWithNullKey(); in testPut_nullKeySupportedPresent()
52 protected Map.Entry<K, V>[] createArrayWithNullKey() { in createArrayWithNullKey() method in AbstractMultimapTester100 resetContainer(getSubjectGenerator().create(createArrayWithNullKey())); in initMultimapWithNullKey()
62 .addEqualityGroup(withNull, getSubjectGenerator().create(createArrayWithNullKey())) in testEqualsMultimapWithNullKey()
79 protected Map.Entry<K, V>[] createArrayWithNullKey() { in createArrayWithNullKey() method in AbstractMapTester116 resetMap(createArrayWithNullKey()); in initMapWithNullKey()