HomeSort by relevance Sort by last modified time
    Searched refs:getNullLocation (Results 1 - 6 of 6) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
AbstractListIndexOfTester.java 84 assertEquals(getMethodName() + "(null) should return " + getNullLocation(),
85 getNullLocation(), find(null));
MapCreationTester.java 82 entries[getNullLocation()] = entry(null, null);
124 entries[0] = entries[getNullLocation()];
MapPutTester.java 110 expected[getNullLocation()] = newEntry;
183 expected[getNullLocation()] = newEntry;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractCollectionTester.java 57 array[getNullLocation()] = null;
AbstractMapTester.java 80 final int nullKeyLocation = getNullLocation();
96 for (int i = 0; i < getNullLocation(); i++) {
108 final int nullValueLocation = getNullLocation();
AbstractContainerTester.java 227 protected int getNullLocation() {

Completed in 520 milliseconds