Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for JavaUtilConcurrentLongAdder (0.08 seconds)

  1. guava/src/com/google/common/cache/LongAddables.java

     *
     * @author Louis Wasserman
     */
    @GwtCompatible
    final class LongAddables {
      public static LongAddable create() {
        return new JavaUtilConcurrentLongAdder();
      }
    
      private static final class JavaUtilConcurrentLongAdder extends LongAdder implements LongAddable {}
    
      private LongAddables() {}
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Sun Aug 10 19:54:19 GMT 2025
    - 1.1K bytes
    - Click Count (0)
Back to Top