- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for CompactStriped (0.29 seconds)
-
android/guava/src/com/google/common/util/concurrent/Striped.java
* eagerly initialized. */ private static final class CompactStriped<L> extends PowerOfTwoStriped<L> { /** Size is a power of two. */ private final Object[] array; private CompactStriped(int stripes, Supplier<L> supplier) { super(stripes); Preconditions.checkArgument(stripes <= Ints.MAX_POWER_OF_TWO, "Stripes must be <= 2^30)");
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Sep 16 22:01:32 GMT 2025 - 20.6K bytes - Click Count (0)