Searched refs:firstInclusive (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DDerivedCollectionGenerators.java344 final E firstInclusive; field in class:DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator
361 this.firstInclusive = samplesList.get(0);
433 return set.tailSet(firstInclusive);
435 return set.subSet(firstInclusive, lastExclusive);
470 final K firstInclusive; field in class:DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
489 this.firstInclusive = samplesList.get(0).getKey();
529 return map.tailMap(firstInclusive);
531 return map.subMap(firstInclusive, lastExclusive);
H A DNavigableMapTestSuiteBuilder.java99 return map.subMap(firstInclusive, true, lastInclusive, true);
H A DNavigableSetTestSuiteBuilder.java88 return set.subSet(firstInclusive, true, lastInclusive, true);
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DSortedMultisetTestSuiteBuilder.java171 final E firstInclusive = samplesList.get(0);
209 multiset.tailMultiset(firstInclusive, BoundType.CLOSED);
/external/guice/lib/build/
H A Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 150 milliseconds