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

  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerTest.java 51 Function<String, String> computingFunction = new DelayingIdentityLoader(computingLatch);
114 .makeComputingMap(new DelayingIdentityLoader<String>(computationLatch));
173 static final class DelayingIdentityLoader<T> implements Function<T, T> {
176 DelayingIdentityLoader(CountDownLatch delayLatch) {
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 467 new DelayingIdentityLoader<String>(computationShouldWait, computationLatch));
620 static final class DelayingIdentityLoader<T> extends CacheLoader<T, T> {
624 DelayingIdentityLoader(AtomicBoolean shouldWait, CountDownLatch delayLatch) {

Completed in 242 milliseconds