Searched defs:firstInclusive (Results 1 - 2 of 2) 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);
/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 107 milliseconds