public final class mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder
  super_class: java.lang.Object
{
  static final int DEFAULT_CONCURRENCY_LEVEL;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  static final int DEFAULT_INITIAL_CAPACITY;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  mssql.googlecode.concurrentlinkedhashmap.EvictionListener<K, V> listener;
    descriptor: Lmssql/googlecode/concurrentlinkedhashmap/EvictionListener;
    flags: (0x0000) 
    Signature: Lmssql/googlecode/concurrentlinkedhashmap/EvictionListener<TK;TV;>;

  mssql.googlecode.concurrentlinkedhashmap.EntryWeigher<? super K, ? super V> weigher;
    descriptor: Lmssql/googlecode/concurrentlinkedhashmap/EntryWeigher;
    flags: (0x0000) 
    Signature: Lmssql/googlecode/concurrentlinkedhashmap/EntryWeigher<-TK;-TV;>;

  int concurrencyLevel;
    descriptor: I
    flags: (0x0000) 

  int initialCapacity;
    descriptor: I
    flags: (0x0000) 

  long capacity;
    descriptor: J
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder this
         0: .line 1467
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1468
            aload 0 /* this */
            ldc -1
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder.capacity:J
         2: .line 1469
            aload 0 /* this */
            invokestatic mssql.googlecode.concurrentlinkedhashmap.Weighers.entrySingleton:()Lmssql/googlecode/concurrentlinkedhashmap/EntryWeigher;
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder.weigher:Lmssql/googlecode/concurrentlinkedhashmap/EntryWeigher;
         3: .line 1470
            aload 0 /* this */
            bipush 16
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder.initialCapacity:I
         4: .line 1471
            aload 0 /* this */
            bipush 16
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder.concurrencyLevel:I
         5: .line 1472
            aload 0 /* this */
            getstatic mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$DiscardingListener.INSTANCE:Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$DiscardingListener;
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder.listener:Lmssql/googlecode/concurrentlinkedhashmap/EvictionListener;
         6: .line 1473
            return
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder<TK;TV;>;

  public mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder<K, V> initialCapacity(int);
    descriptor: (I)Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder this
        start local 1 // int initialCapacity
         0: .line 1487
            iload 1 /* initialCapacity */
            iflt 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.checkArgument:(Z)V
         3: .line 1488
            aload 0 /* this */
            iload 1 /* initialCapacity */
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder.initialCapacity:I
         4: .line 1489
            aload 0 /* this */
            areturn
        end local 1 // int initialCapacity
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder<TK;TV;>;
            0    5     1  initialCapacity  I
    Signature: (I)Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder<TK;TV;>;
    MethodParameters:
                 Name  Flags
      initialCapacity  

  public mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder<K, V> maximumWeightedCapacity(long);
    descriptor: (J)Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder this
        start local 1 // long capacity
         0: .line 1502
            lload 1 /* capacity */
            lconst_0
            lcmp
            iflt 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.checkArgument:(Z)V
         3: .line 1503
            aload 0 /* this */
            lload 1 /* capacity */
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder.capacity:J
         4: .line 1504
            aload 0 /* this */
            areturn
        end local 1 // long capacity
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder<TK;TV;>;
            0    5     1  capacity  J
    Signature: (J)Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder<TK;TV;>;
    MethodParameters:
          Name  Flags
      capacity  

  public mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder<K, V> concurrencyLevel(int);
    descriptor: (I)Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder this
        start local 1 // int concurrencyLevel
         0: .line 1519
            iload 1 /* concurrencyLevel */
            ifle 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.checkArgument:(Z)V
         3: .line 1520
            aload 0 /* this */
            iload 1 /* concurrencyLevel */
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder.concurrencyLevel:I
         4: .line 1521
            aload 0 /* this */
            areturn
        end local 1 // int concurrencyLevel
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder<TK;TV;>;
            0    5     1  concurrencyLevel  I
    Signature: (I)Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder<TK;TV;>;
    MethodParameters:
                  Name  Flags
      concurrencyLevel  

  public mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder<K, V> listener(mssql.googlecode.concurrentlinkedhashmap.EvictionListener<K, V>);
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/EvictionListener;)Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder this
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.EvictionListener listener
         0: .line 1533
            aload 1 /* listener */
            invokestatic mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.checkNotNull:(Ljava/lang/Object;)V
         1: .line 1534
            aload 0 /* this */
            aload 1 /* listener */
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder.listener:Lmssql/googlecode/concurrentlinkedhashmap/EvictionListener;
         2: .line 1535
            aload 0 /* this */
            areturn
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.EvictionListener listener
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder<TK;TV;>;
            0    3     1  listener  Lmssql/googlecode/concurrentlinkedhashmap/EvictionListener<TK;TV;>;
    Signature: (Lmssql/googlecode/concurrentlinkedhashmap/EvictionListener<TK;TV;>;)Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder<TK;TV;>;
    MethodParameters:
          Name  Flags
      listener  

  public mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder<K, V> weigher(mssql.googlecode.concurrentlinkedhashmap.Weigher<? super V>);
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/Weigher;)Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder this
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.Weigher weigher
         0: .line 1548
            aload 0 /* this */
            aload 1 /* weigher */
            invokestatic mssql.googlecode.concurrentlinkedhashmap.Weighers.singleton:()Lmssql/googlecode/concurrentlinkedhashmap/Weigher;
            if_acmpne 2
         1: .line 1549
            invokestatic mssql.googlecode.concurrentlinkedhashmap.Weighers.entrySingleton:()Lmssql/googlecode/concurrentlinkedhashmap/EntryWeigher;
            goto 3
         2: .line 1550
      StackMap locals:
      StackMap stack: mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder
            new mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$BoundedEntryWeigher
            dup
            aload 1 /* weigher */
            invokestatic mssql.googlecode.concurrentlinkedhashmap.Weighers.asEntryWeigher:(Lmssql/googlecode/concurrentlinkedhashmap/Weigher;)Lmssql/googlecode/concurrentlinkedhashmap/EntryWeigher;
            invokespecial mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$BoundedEntryWeigher.<init>:(Lmssql/googlecode/concurrentlinkedhashmap/EntryWeigher;)V
         3: .line 1548
      StackMap locals: mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder mssql.googlecode.concurrentlinkedhashmap.Weigher
      StackMap stack: mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder mssql.googlecode.concurrentlinkedhashmap.EntryWeigher
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder.weigher:Lmssql/googlecode/concurrentlinkedhashmap/EntryWeigher;
         4: .line 1551
            aload 0 /* this */
            areturn
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.Weigher weigher
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder<TK;TV;>;
            0    5     1  weigher  Lmssql/googlecode/concurrentlinkedhashmap/Weigher<-TV;>;
    Signature: (Lmssql/googlecode/concurrentlinkedhashmap/Weigher<-TV;>;)Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder<TK;TV;>;
    MethodParameters:
         Name  Flags
      weigher  

  public mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder<K, V> weigher(mssql.googlecode.concurrentlinkedhashmap.EntryWeigher<? super K, ? super V>);
    descriptor: (Lmssql/googlecode/concurrentlinkedhashmap/EntryWeigher;)Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder this
        start local 1 // mssql.googlecode.concurrentlinkedhashmap.EntryWeigher weigher
         0: .line 1564
            aload 0 /* this */
            aload 1 /* weigher */
            invokestatic mssql.googlecode.concurrentlinkedhashmap.Weighers.entrySingleton:()Lmssql/googlecode/concurrentlinkedhashmap/EntryWeigher;
            if_acmpne 2
         1: .line 1565
            invokestatic mssql.googlecode.concurrentlinkedhashmap.Weighers.entrySingleton:()Lmssql/googlecode/concurrentlinkedhashmap/EntryWeigher;
            goto 3
         2: .line 1566
      StackMap locals:
      StackMap stack: mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder
            new mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$BoundedEntryWeigher
            dup
            aload 1 /* weigher */
            invokespecial mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$BoundedEntryWeigher.<init>:(Lmssql/googlecode/concurrentlinkedhashmap/EntryWeigher;)V
         3: .line 1564
      StackMap locals: mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder mssql.googlecode.concurrentlinkedhashmap.EntryWeigher
      StackMap stack: mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder mssql.googlecode.concurrentlinkedhashmap.EntryWeigher
            putfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder.weigher:Lmssql/googlecode/concurrentlinkedhashmap/EntryWeigher;
         4: .line 1567
            aload 0 /* this */
            areturn
        end local 1 // mssql.googlecode.concurrentlinkedhashmap.EntryWeigher weigher
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder<TK;TV;>;
            0    5     1  weigher  Lmssql/googlecode/concurrentlinkedhashmap/EntryWeigher<-TK;-TV;>;
    Signature: (Lmssql/googlecode/concurrentlinkedhashmap/EntryWeigher<-TK;-TV;>;)Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder<TK;TV;>;
    MethodParameters:
         Name  Flags
      weigher  

  public mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap<K, V> build();
    descriptor: ()Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder this
         0: .line 1578
            aload 0 /* this */
            getfield mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder.capacity:J
            lconst_0
            lcmp
            iflt 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.checkState:(Z)V
         3: .line 1579
            new mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap
            dup
            aload 0 /* this */
            invokespecial mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.<init>:(Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder;)V
            areturn
        end local 0 // mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap$Builder<TK;TV;>;
    Signature: ()Lmssql/googlecode/concurrentlinkedhashmap/ConcurrentLinkedHashMap<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ConcurrentLinkedHashMap.java"
NestHost: mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap
InnerClasses:
  final BoundedEntryWeigher = mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$BoundedEntryWeigher of mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap
  public final Builder = mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$Builder of mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap
  final DiscardingListener = mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap$DiscardingListener of mssql.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap