312313314315316317318
final int size; LazyStriped(int stripes, Supplier<L> supplier) { super(stripes); this.size = (mask == ALL_SET) ? Integer.MAX_VALUE : mask + 1; this.cache = new MapMaker().weakValues().makeComputingMap(Functions.forSupplier(supplier)); }