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

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
NavigableMapTestSuiteBuilder.java 128 final K firstInclusive = samplesList.get(0).getKey();
172 return map.tailMap(firstInclusive);
174 return map.subMap(firstInclusive, lastExclusive);
176 return map.subMap(firstInclusive, true, lastInclusive, true);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java 146 final E firstInclusive = samplesList.get(0);
184 multiset.tailMultiset(firstInclusive, BoundType.CLOSED);

Completed in 113 milliseconds