final class com.google.common.collect.Platform
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.collect.Platform
  super_class: java.lang.Object
{
  static <K, V> java.util.Map<K, V> newHashMapWithExpectedSize(int);
    descriptor: (I)Ljava/util/Map;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int expectedSize
         0: .line 33
            iload 0 /* expectedSize */
            invokestatic com.google.common.collect.Maps.newHashMapWithExpectedSize:(I)Ljava/util/HashMap;
            areturn
        end local 0 // int expectedSize
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0  expectedSize  I
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(I)Ljava/util/Map<TK;TV;>;
    MethodParameters:
              Name  Flags
      expectedSize  

  static <K, V> java.util.Map<K, V> newLinkedHashMapWithExpectedSize(int);
    descriptor: (I)Ljava/util/Map;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int expectedSize
         0: .line 41
            iload 0 /* expectedSize */
            invokestatic com.google.common.collect.Maps.newLinkedHashMapWithExpectedSize:(I)Ljava/util/LinkedHashMap;
            areturn
        end local 0 // int expectedSize
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0  expectedSize  I
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(I)Ljava/util/Map<TK;TV;>;
    MethodParameters:
              Name  Flags
      expectedSize  

  static <E> java.util.Set<E> newHashSetWithExpectedSize(int);
    descriptor: (I)Ljava/util/Set;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int expectedSize
         0: .line 46
            iload 0 /* expectedSize */
            invokestatic com.google.common.collect.Sets.newHashSetWithExpectedSize:(I)Ljava/util/HashSet;
            areturn
        end local 0 // int expectedSize
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0  expectedSize  I
    Signature: <E:Ljava/lang/Object;>(I)Ljava/util/Set<TE;>;
    MethodParameters:
              Name  Flags
      expectedSize  

  static <E> java.util.Set<E> newLinkedHashSetWithExpectedSize(int);
    descriptor: (I)Ljava/util/Set;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int expectedSize
         0: .line 54
            iload 0 /* expectedSize */
            invokestatic com.google.common.collect.Sets.newLinkedHashSetWithExpectedSize:(I)Ljava/util/LinkedHashSet;
            areturn
        end local 0 // int expectedSize
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0  expectedSize  I
    Signature: <E:Ljava/lang/Object;>(I)Ljava/util/Set<TE;>;
    MethodParameters:
              Name  Flags
      expectedSize  

  static <K, V> java.util.Map<K, V> preservesInsertionOrderOnPutsMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 62
            invokestatic com.google.common.collect.Maps.newLinkedHashMap:()Ljava/util/LinkedHashMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>()Ljava/util/Map<TK;TV;>;

  static <E> java.util.Set<E> preservesInsertionOrderOnAddsSet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 70
            invokestatic com.google.common.collect.Sets.newLinkedHashSet:()Ljava/util/LinkedHashSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <E:Ljava/lang/Object;>()Ljava/util/Set<TE;>;

  static <T> T[] newArray(T[], );
    descriptor: ([Ljava/lang/Object;I)[Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // java.lang.Object[] reference
        start local 1 // int length
         0: .line 80
            aload 0 /* reference */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            astore 2 /* type */
        start local 2 // java.lang.Class type
         1: .line 85
            aload 2 /* type */
            iload 1 /* length */
            invokestatic java.lang.reflect.Array.newInstance:(Ljava/lang/Class;I)Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 3 /* result */
        start local 3 // java.lang.Object[] result
         2: .line 86
            aload 3 /* result */
            areturn
        end local 3 // java.lang.Object[] result
        end local 2 // java.lang.Class type
        end local 1 // int length
        end local 0 // java.lang.Object[] reference
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0  reference  [Ljava/lang/Object;
            0    3     1     length  I
            1    3     2       type  Ljava/lang/Class<*>;
            2    3     3     result  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;I)[TT;
    MethodParameters:
           Name  Flags
      reference  
      length     

  static com.google.common.collect.MapMaker tryWeakKeys(com.google.common.collect.MapMaker);
    descriptor: (Lcom/google/common/collect/MapMaker;)Lcom/google/common/collect/MapMaker;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMaker mapMaker
         0: .line 95
            aload 0 /* mapMaker */
            invokevirtual com.google.common.collect.MapMaker.weakKeys:()Lcom/google/common/collect/MapMaker;
            areturn
        end local 0 // com.google.common.collect.MapMaker mapMaker
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  mapMaker  Lcom/google/common/collect/MapMaker;
    MethodParameters:
          Name  Flags
      mapMaker  

  static int reduceIterationsIfGwt(int);
    descriptor: (I)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int iterations
         0: .line 99
            iload 0 /* iterations */
            ireturn
        end local 0 // int iterations
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  iterations  I
    MethodParameters:
            Name  Flags
      iterations  

  static int reduceExponentIfGwt(int);
    descriptor: (I)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int exponent
         0: .line 103
            iload 0 /* exponent */
            ireturn
        end local 0 // int exponent
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  exponent  I
    MethodParameters:
          Name  Flags
      exponent  

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.Platform this
         0: .line 106
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.common.collect.Platform this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Platform;
}
SourceFile: "Platform.java"
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtCompatible(emulated = true)