HomeSort by relevance Sort by last modified time
    Searched full:unmappedvalue (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MapInterfaceTest.java 322 final V unmappedValue;
325 unmappedValue = getValueNotInPopulatedMap();
329 assertFalse(map.containsValue(unmappedValue));
354 final V unmappedValue;
357 unmappedValue = getValueNotInPopulatedMap();
363 assertFalse(unmappedValue.equals(entry.getValue()));
388 final V unmappedValue;
390 unmappedValue = getValueNotInPopulatedMap();
395 = mapEntry(new IncompatibleKeyType(), unmappedValue);
415 final V unmappedValue;
    [all...]
SortedMapInterfaceTest.java 111 final V unmappedValue;
113 unmappedValue = getValueNotInPopulatedMap();
118 = mapEntry(new IncompatibleComparableKeyType(), unmappedValue);

Completed in 768 milliseconds