public abstract class com.google.common.util.concurrent.Striped<L>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.google.common.util.concurrent.Striped
  super_class: java.lang.Object
{
  private static final int LARGE_LAZY_CUTOFF;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1024

  private static final com.google.common.base.Supplier<java.util.concurrent.locks.ReadWriteLock> READ_WRITE_LOCK_SUPPLIER;
    descriptor: Lcom/google/common/base/Supplier;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/google/common/base/Supplier<Ljava/util/concurrent/locks/ReadWriteLock;>;

  private static final com.google.common.base.Supplier<java.util.concurrent.locks.ReadWriteLock> WEAK_SAFE_READ_WRITE_LOCK_SUPPLIER;
    descriptor: Lcom/google/common/base/Supplier;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/google/common/base/Supplier<Ljava/util/concurrent/locks/ReadWriteLock;>;

  private static final int ALL_SET;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 299
            new com.google.common.util.concurrent.Striped$1
            dup
            invokespecial com.google.common.util.concurrent.Striped$1.<init>:()V
         1: .line 298
            putstatic com.google.common.util.concurrent.Striped.READ_WRITE_LOCK_SUPPLIER:Lcom/google/common/base/Supplier;
         2: .line 307
            new com.google.common.util.concurrent.Striped$2
            dup
            invokespecial com.google.common.util.concurrent.Striped$2.<init>:()V
         3: .line 306
            putstatic com.google.common.util.concurrent.Striped.WEAK_SAFE_READ_WRITE_LOCK_SUPPLIER:Lcom/google/common/base/Supplier;
         4: .line 540
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.Striped this
         0: .line 93
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.common.util.concurrent.Striped this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/Striped<TL;>;

  public abstract L get();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Object;)TL;
    MethodParameters:
      Name  Flags
      key   

  public abstract L getAt();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)TL;
    MethodParameters:
       Name  Flags
      index  

  abstract int indexFor(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      key   

  public abstract int size();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public java.lang.Iterable<L> bulkGet(java.lang.Iterable<?>);
    descriptor: (Ljava/lang/Iterable;)Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // com.google.common.util.concurrent.Striped this
        start local 1 // java.lang.Iterable keys
         0: .line 141
            aload 1 /* keys */
            ldc Ljava/lang/Object;
            invokestatic com.google.common.collect.Iterables.toArray:(Ljava/lang/Iterable;Ljava/lang/Class;)[Ljava/lang/Object;
            astore 2 /* array */
        start local 2 // java.lang.Object[] array
         1: .line 142
            aload 2 /* array */
            arraylength
            ifne 3
         2: .line 143
            invokestatic com.google.common.collect.ImmutableList.of:()Lcom/google/common/collect/ImmutableList;
            areturn
         3: .line 145
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aload 2 /* array */
            arraylength
            newarray 10
            astore 3 /* stripes */
        start local 3 // int[] stripes
         4: .line 146
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 8
         6: .line 147
      StackMap locals: int[] int
      StackMap stack:
            aload 3 /* stripes */
            iload 4 /* i */
            aload 0 /* this */
            aload 2 /* array */
            iload 4 /* i */
            aaload
            invokevirtual com.google.common.util.concurrent.Striped.indexFor:(Ljava/lang/Object;)I
            iastore
         7: .line 146
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            aload 2 /* array */
            arraylength
            if_icmplt 6
        end local 4 // int i
         9: .line 149
            aload 3 /* stripes */
            invokestatic java.util.Arrays.sort:([I)V
        10: .line 151
            aload 3 /* stripes */
            iconst_0
            iaload
            istore 4 /* previousStripe */
        start local 4 // int previousStripe
        11: .line 152
            aload 2 /* array */
            iconst_0
            aload 0 /* this */
            iload 4 /* previousStripe */
            invokevirtual com.google.common.util.concurrent.Striped.getAt:(I)Ljava/lang/Object;
            aastore
        12: .line 153
            iconst_1
            istore 5 /* i */
        start local 5 // int i
        13: goto 21
        14: .line 154
      StackMap locals: int
      StackMap stack:
            aload 3 /* stripes */
            iload 5 /* i */
            iaload
            istore 6 /* currentStripe */
        start local 6 // int currentStripe
        15: .line 155
            iload 6 /* currentStripe */
            iload 4 /* previousStripe */
            if_icmpne 18
        16: .line 156
            aload 2 /* array */
            iload 5 /* i */
            aload 2 /* array */
            iload 5 /* i */
            iconst_1
            isub
            aaload
            aastore
        17: .line 157
            goto 20
        18: .line 158
      StackMap locals: int
      StackMap stack:
            aload 2 /* array */
            iload 5 /* i */
            aload 0 /* this */
            iload 6 /* currentStripe */
            invokevirtual com.google.common.util.concurrent.Striped.getAt:(I)Ljava/lang/Object;
            aastore
        19: .line 159
            iload 6 /* currentStripe */
            istore 4 /* previousStripe */
        end local 6 // int currentStripe
        20: .line 153
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 5 /* i */
            aload 2 /* array */
            arraylength
            if_icmplt 14
        end local 5 // int i
        22: .line 180
            aload 2 /* array */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            astore 5 /* asList */
        start local 5 // java.util.List asList
        23: .line 181
            aload 5 /* asList */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 5 // java.util.List asList
        end local 4 // int previousStripe
        end local 3 // int[] stripes
        end local 2 // java.lang.Object[] array
        end local 1 // java.lang.Iterable keys
        end local 0 // com.google.common.util.concurrent.Striped this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   24     0            this  Lcom/google/common/util/concurrent/Striped<TL;>;
            0   24     1            keys  Ljava/lang/Iterable<*>;
            1   24     2           array  [Ljava/lang/Object;
            4   24     3         stripes  [I
            5    9     4               i  I
           11   24     4  previousStripe  I
           13   22     5               i  I
           15   20     6   currentStripe  I
           23   24     5          asList  Ljava/util/List<TL;>;
    Signature: (Ljava/lang/Iterable<*>;)Ljava/lang/Iterable<TL;>;
    MethodParameters:
      Name  Flags
      keys  

  static <L> com.google.common.util.concurrent.Striped<L> custom(int, com.google.common.base.Supplier<L>);
    descriptor: (ILcom/google/common/base/Supplier;)Lcom/google/common/util/concurrent/Striped;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // int stripes
        start local 1 // com.google.common.base.Supplier supplier
         0: .line 195
            new com.google.common.util.concurrent.Striped$CompactStriped
            dup
            iload 0 /* stripes */
            aload 1 /* supplier */
            invokespecial com.google.common.util.concurrent.Striped$CompactStriped.<init>:(ILcom/google/common/base/Supplier;)V
            areturn
        end local 1 // com.google.common.base.Supplier supplier
        end local 0 // int stripes
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0   stripes  I
            0    1     1  supplier  Lcom/google/common/base/Supplier<TL;>;
    Signature: <L:Ljava/lang/Object;>(ILcom/google/common/base/Supplier<TL;>;)Lcom/google/common/util/concurrent/Striped<TL;>;
    MethodParameters:
          Name  Flags
      stripes   
      supplier  

  public static com.google.common.util.concurrent.Striped<java.util.concurrent.locks.Lock> lock(int);
    descriptor: (I)Lcom/google/common/util/concurrent/Striped;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int stripes
         0: .line 206
            iload 0 /* stripes */
            new com.google.common.util.concurrent.Striped$3
            dup
            invokespecial com.google.common.util.concurrent.Striped$3.<init>:()V
            invokestatic com.google.common.util.concurrent.Striped.custom:(ILcom/google/common/base/Supplier;)Lcom/google/common/util/concurrent/Striped;
            areturn
        end local 0 // int stripes
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  stripes  I
    Signature: (I)Lcom/google/common/util/concurrent/Striped<Ljava/util/concurrent/locks/Lock;>;
    MethodParameters:
         Name  Flags
      stripes  

  public static com.google.common.util.concurrent.Striped<java.util.concurrent.locks.Lock> lazyWeakLock(int);
    descriptor: (I)Lcom/google/common/util/concurrent/Striped;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int stripes
         0: .line 223
            iload 0 /* stripes */
         1: .line 224
            new com.google.common.util.concurrent.Striped$4
            dup
            invokespecial com.google.common.util.concurrent.Striped$4.<init>:()V
         2: .line 222
            invokestatic com.google.common.util.concurrent.Striped.lazy:(ILcom/google/common/base/Supplier;)Lcom/google/common/util/concurrent/Striped;
            areturn
        end local 0 // int stripes
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  stripes  I
    Signature: (I)Lcom/google/common/util/concurrent/Striped<Ljava/util/concurrent/locks/Lock;>;
    MethodParameters:
         Name  Flags
      stripes  

  private static <L> com.google.common.util.concurrent.Striped<L> lazy(int, com.google.common.base.Supplier<L>);
    descriptor: (ILcom/google/common/base/Supplier;)Lcom/google/common/util/concurrent/Striped;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // int stripes
        start local 1 // com.google.common.base.Supplier supplier
         0: .line 233
            iload 0 /* stripes */
            sipush 1024
            if_icmpge 2
         1: .line 234
            new com.google.common.util.concurrent.Striped$SmallLazyStriped
            dup
            iload 0 /* stripes */
            aload 1 /* supplier */
            invokespecial com.google.common.util.concurrent.Striped$SmallLazyStriped.<init>:(ILcom/google/common/base/Supplier;)V
            goto 3
         2: .line 235
      StackMap locals:
      StackMap stack:
            new com.google.common.util.concurrent.Striped$LargeLazyStriped
            dup
            iload 0 /* stripes */
            aload 1 /* supplier */
            invokespecial com.google.common.util.concurrent.Striped$LargeLazyStriped.<init>:(ILcom/google/common/base/Supplier;)V
         3: .line 233
      StackMap locals:
      StackMap stack: com.google.common.util.concurrent.Striped$PowerOfTwoStriped
            areturn
        end local 1 // com.google.common.base.Supplier supplier
        end local 0 // int stripes
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0   stripes  I
            0    4     1  supplier  Lcom/google/common/base/Supplier<TL;>;
    Signature: <L:Ljava/lang/Object;>(ILcom/google/common/base/Supplier<TL;>;)Lcom/google/common/util/concurrent/Striped<TL;>;
    MethodParameters:
          Name  Flags
      stripes   
      supplier  

  public static com.google.common.util.concurrent.Striped<java.util.concurrent.Semaphore> semaphore(int, int);
    descriptor: (II)Lcom/google/common/util/concurrent/Striped;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // int stripes
        start local 1 // int permits
         0: .line 248
            iload 0 /* stripes */
         1: .line 249
            new com.google.common.util.concurrent.Striped$5
            dup
            iload 1 /* permits */
            invokespecial com.google.common.util.concurrent.Striped$5.<init>:(I)V
         2: .line 247
            invokestatic com.google.common.util.concurrent.Striped.custom:(ILcom/google/common/base/Supplier;)Lcom/google/common/util/concurrent/Striped;
            areturn
        end local 1 // int permits
        end local 0 // int stripes
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  stripes  I
            0    3     1  permits  I
    Signature: (II)Lcom/google/common/util/concurrent/Striped<Ljava/util/concurrent/Semaphore;>;
    MethodParameters:
         Name  Flags
      stripes  
      permits  final

  public static com.google.common.util.concurrent.Striped<java.util.concurrent.Semaphore> lazyWeakSemaphore(int, int);
    descriptor: (II)Lcom/google/common/util/concurrent/Striped;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // int stripes
        start local 1 // int permits
         0: .line 267
            iload 0 /* stripes */
         1: .line 268
            new com.google.common.util.concurrent.Striped$6
            dup
            iload 1 /* permits */
            invokespecial com.google.common.util.concurrent.Striped$6.<init>:(I)V
         2: .line 266
            invokestatic com.google.common.util.concurrent.Striped.lazy:(ILcom/google/common/base/Supplier;)Lcom/google/common/util/concurrent/Striped;
            areturn
        end local 1 // int permits
        end local 0 // int stripes
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  stripes  I
            0    3     1  permits  I
    Signature: (II)Lcom/google/common/util/concurrent/Striped<Ljava/util/concurrent/Semaphore;>;
    MethodParameters:
         Name  Flags
      stripes  
      permits  final

  public static com.google.common.util.concurrent.Striped<java.util.concurrent.locks.ReadWriteLock> readWriteLock(int);
    descriptor: (I)Lcom/google/common/util/concurrent/Striped;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int stripes
         0: .line 284
            iload 0 /* stripes */
            getstatic com.google.common.util.concurrent.Striped.READ_WRITE_LOCK_SUPPLIER:Lcom/google/common/base/Supplier;
            invokestatic com.google.common.util.concurrent.Striped.custom:(ILcom/google/common/base/Supplier;)Lcom/google/common/util/concurrent/Striped;
            areturn
        end local 0 // int stripes
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  stripes  I
    Signature: (I)Lcom/google/common/util/concurrent/Striped<Ljava/util/concurrent/locks/ReadWriteLock;>;
    MethodParameters:
         Name  Flags
      stripes  

  public static com.google.common.util.concurrent.Striped<java.util.concurrent.locks.ReadWriteLock> lazyWeakReadWriteLock(int);
    descriptor: (I)Lcom/google/common/util/concurrent/Striped;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int stripes
         0: .line 295
            iload 0 /* stripes */
            getstatic com.google.common.util.concurrent.Striped.WEAK_SAFE_READ_WRITE_LOCK_SUPPLIER:Lcom/google/common/base/Supplier;
            invokestatic com.google.common.util.concurrent.Striped.lazy:(ILcom/google/common/base/Supplier;)Lcom/google/common/util/concurrent/Striped;
            areturn
        end local 0 // int stripes
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  stripes  I
    Signature: (I)Lcom/google/common/util/concurrent/Striped<Ljava/util/concurrent/locks/ReadWriteLock;>;
    MethodParameters:
         Name  Flags
      stripes  

  private static int ceilToPowerOfTwo(int);
    descriptor: (I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int x
         0: .line 543
            iconst_1
            iload 0 /* x */
            getstatic java.math.RoundingMode.CEILING:Ljava/math/RoundingMode;
            invokestatic com.google.common.math.IntMath.log2:(ILjava/math/RoundingMode;)I
            ishl
            ireturn
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  I
    MethodParameters:
      Name  Flags
      x     

  private static int smear(int);
    descriptor: (I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // int hashCode
         0: .line 556
            iload 0 /* hashCode */
            iload 0 /* hashCode */
            bipush 20
            iushr
            iload 0 /* hashCode */
            bipush 12
            iushr
            ixor
            ixor
            istore 0 /* hashCode */
         1: .line 557
            iload 0 /* hashCode */
            iload 0 /* hashCode */
            bipush 7
            iushr
            ixor
            iload 0 /* hashCode */
            iconst_4
            iushr
            ixor
            ireturn
        end local 0 // int hashCode
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  hashCode  I
    MethodParameters:
          Name  Flags
      hashCode  
}
Signature: <L:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Striped.java"
NestMembers:
  com.google.common.util.concurrent.Striped$1  com.google.common.util.concurrent.Striped$2  com.google.common.util.concurrent.Striped$3  com.google.common.util.concurrent.Striped$4  com.google.common.util.concurrent.Striped$5  com.google.common.util.concurrent.Striped$6  com.google.common.util.concurrent.Striped$CompactStriped  com.google.common.util.concurrent.Striped$LargeLazyStriped  com.google.common.util.concurrent.Striped$PaddedLock  com.google.common.util.concurrent.Striped$PaddedSemaphore  com.google.common.util.concurrent.Striped$PowerOfTwoStriped  com.google.common.util.concurrent.Striped$SmallLazyStriped  com.google.common.util.concurrent.Striped$SmallLazyStriped$ArrayReference  com.google.common.util.concurrent.Striped$WeakSafeCondition  com.google.common.util.concurrent.Striped$WeakSafeLock  com.google.common.util.concurrent.Striped$WeakSafeReadWriteLock
InnerClasses:
  com.google.common.util.concurrent.Striped$1
  com.google.common.util.concurrent.Striped$2
  com.google.common.util.concurrent.Striped$3
  com.google.common.util.concurrent.Striped$4
  com.google.common.util.concurrent.Striped$5
  com.google.common.util.concurrent.Striped$6
  private CompactStriped = com.google.common.util.concurrent.Striped$CompactStriped of com.google.common.util.concurrent.Striped
  LargeLazyStriped = com.google.common.util.concurrent.Striped$LargeLazyStriped of com.google.common.util.concurrent.Striped
  private PaddedLock = com.google.common.util.concurrent.Striped$PaddedLock of com.google.common.util.concurrent.Striped
  private PaddedSemaphore = com.google.common.util.concurrent.Striped$PaddedSemaphore of com.google.common.util.concurrent.Striped
  private abstract PowerOfTwoStriped = com.google.common.util.concurrent.Striped$PowerOfTwoStriped of com.google.common.util.concurrent.Striped
  SmallLazyStriped = com.google.common.util.concurrent.Striped$SmallLazyStriped of com.google.common.util.concurrent.Striped
  private final WeakSafeCondition = com.google.common.util.concurrent.Striped$WeakSafeCondition of com.google.common.util.concurrent.Striped
  private final WeakSafeLock = com.google.common.util.concurrent.Striped$WeakSafeLock of com.google.common.util.concurrent.Striped
  private final WeakSafeReadWriteLock = com.google.common.util.concurrent.Striped$WeakSafeReadWriteLock of com.google.common.util.concurrent.Striped
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.Beta()
      com.google.common.annotations.GwtIncompatible()