Searched refs:testNullEntry (Results 1 – 1 of 1) sorted by relevance
50 testNullEntry(new SimpleEntry<String,Long>(null,null)); in realMain()51 testNullEntry(new SimpleImmutableEntry<String,Long>(null,null)); in realMain()52 testNullEntry(new NullableKeyValueHolder(null,null)); in realMain()76 private static void testNullEntry(Map.Entry<String,Long> e) { in testNullEntry() method in SimpleEntries