Home
last modified time | relevance | path

Searched refs:IncompatibleKeyType (Results 1 – 2 of 2) sorted by relevance

/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java52 private static final class IncompatibleKeyType { class in MapInterfaceTest
304 assertFalse(map.containsKey(new IncompatibleKeyType())); in testContainsKey()
394 Entry<IncompatibleKeyType, V> entry = mapEntry(new IncompatibleKeyType(), unmappedValue); in testEntrySetContainsEntryIncompatibleKey()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java52 private static final class IncompatibleKeyType { class in MapInterfaceTest
304 assertFalse(map.containsKey(new IncompatibleKeyType())); in testContainsKey()
394 Entry<IncompatibleKeyType, V> entry = mapEntry(new IncompatibleKeyType(), unmappedValue); in testEntrySetContainsEntryIncompatibleKey()