Searched refs:IncompatibleKeyType (Results 1 – 2 of 2) sorted by relevance
52 private static final class IncompatibleKeyType { class in MapInterfaceTest304 assertFalse(map.containsKey(new IncompatibleKeyType())); in testContainsKey()394 Entry<IncompatibleKeyType, V> entry = mapEntry(new IncompatibleKeyType(), unmappedValue); in testEntrySetContainsEntryIncompatibleKey()