Searched defs:mapWithNulls (Results 1 – 3 of 3) sorted by relevance
224 Map<@Nullable String, @Nullable String> mapWithNulls = Maps.newLinkedHashMap(); in testMap() local246 Map<@Nullable String, @Nullable String> mapWithNulls = Maps.newLinkedHashMap(); in testEntries() local
423 private static <K, V> Map<K, V> mapWithNulls(K k, V v) { in mapWithNulls() method in ToPrettyStringTest