- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for LargeLazyStriped (0.05 sec)
-
guava/src/com/google/common/util/concurrent/Striped.java
*/ @VisibleForTesting static final class LargeLazyStriped<L> extends PowerOfTwoStriped<L> { final ConcurrentMap<Integer, L> locks; final Supplier<L> supplier; final int size; LargeLazyStriped(int stripes, Supplier<L> supplier) { super(stripes); this.size = (mask == ALL_SET) ? Integer.MAX_VALUE : mask + 1;
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 16 22:01:32 UTC 2025 - 20.6K bytes - Viewed (0)