Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for strongImplementations (0.08 sec)

  1. android/guava-tests/test/com/google/common/util/concurrent/StripedTest.java

    import org.jspecify.annotations.NullUnmarked;
    
    /**
     * Tests for Striped.
     *
     * @author Dimitris Andreou
     */
    @NullUnmarked
    public class StripedTest extends TestCase {
      private static List<Striped<?>> strongImplementations() {
        return ImmutableList.of(
            Striped.readWriteLock(100),
            Striped.readWriteLock(256),
            Striped.lock(100),
            Striped.lock(256),
            Striped.custom(100, FAIR_LOCK_SUPPLER),
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/util/concurrent/StripedTest.java

    import org.jspecify.annotations.NullUnmarked;
    
    /**
     * Tests for Striped.
     *
     * @author Dimitris Andreou
     */
    @NullUnmarked
    public class StripedTest extends TestCase {
      private static List<Striped<?>> strongImplementations() {
        return ImmutableList.of(
            Striped.readWriteLock(100),
            Striped.readWriteLock(256),
            Striped.lock(100),
            Striped.lock(256),
            Striped.custom(100, FAIR_LOCK_SUPPLER),
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 8.5K bytes
    - Viewed (0)
Back to top