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 59 Function<String, String> computingFunction = new DelayingIdentityLoader<String>(computingLatch);
123 .makeComputingMap(new DelayingIdentityLoader<String>(computationLatch));
183 static final class DelayingIdentityLoader<T> implements Function<T, T> {
186 DelayingIdentityLoader(CountDownLatch delayLatch) {
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 460 new DelayingIdentityLoader<String>(computationShouldWait, computationLatch));
614 static final class DelayingIdentityLoader<T> extends CacheLoader<T, T> {
618 DelayingIdentityLoader(AtomicBoolean shouldWait, CountDownLatch delayLatch) {

Completed in 845 milliseconds