HomeSort by relevance Sort by last modified time
    Searched defs:Striped (Results 1 - 4 of 4) sorted by null

  /external/guava/guava/src/com/google/common/util/concurrent/
Striped.java 46 * A striped {@code Lock/Semaphore/ReadWriteLock}. This offers the underlying lock striping
54 * i.e. {@code if (key1.equals(key2))} then {@code striped.get(key1) == striped.get(key2)}
57 * guaranteed that {@code striped.get(key1) != striped.get(key2)}; the elements might nevertheless
61 * <p>There are three flavors of this class: {@code Striped<Lock>}, {@code Striped<Semaphore>},
62 * and {@code Striped<ReadWriteLock>}. For each type, two implementations are offered:
64 * {@code Striped<Lock>}, {@linkplain #semaphore(int, int) strong} and {@linkplain
65 * #lazyWeakSemaphore(int, int) weak} {@code Striped<Semaphore>}, and {@linkplai
    [all...]
  /external/cldr/tools/java/libs/
guava.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-19.0.jar 

Completed in 72 milliseconds