public class io.vertx.ext.web.impl.LRUCache<K, V> extends java.util.LinkedHashMap<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.impl.LRUCache
  super_class: java.util.LinkedHashMap
{
  private final int maxSize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, float, int);
    descriptor: (IFI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.impl.LRUCache this
        start local 1 // int initialCapacity
        start local 2 // float loadFactor
        start local 3 // int maxSize
         0: .line 30
            aload 0 /* this */
            iload 1 /* initialCapacity */
            fload 2 /* loadFactor */
            invokespecial java.util.LinkedHashMap.<init>:(IF)V
         1: .line 31
            aload 0 /* this */
            iload 3 /* maxSize */
            putfield io.vertx.ext.web.impl.LRUCache.maxSize:I
         2: .line 32
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.LRUCache.checkSize:()V
         3: .line 33
            return
        end local 3 // int maxSize
        end local 2 // float loadFactor
        end local 1 // int initialCapacity
        end local 0 // io.vertx.ext.web.impl.LRUCache this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/vertx/ext/web/impl/LRUCache<TK;TV;>;
            0    4     1  initialCapacity  I
            0    4     2       loadFactor  F
            0    4     3          maxSize  I
    MethodParameters:
                 Name  Flags
      initialCapacity  
      loadFactor       
      maxSize          

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.impl.LRUCache this
        start local 1 // int initialCapacity
        start local 2 // int maxSize
         0: .line 36
            aload 0 /* this */
            iload 1 /* initialCapacity */
            invokespecial java.util.LinkedHashMap.<init>:(I)V
         1: .line 37
            aload 0 /* this */
            iload 2 /* maxSize */
            putfield io.vertx.ext.web.impl.LRUCache.maxSize:I
         2: .line 38
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.LRUCache.checkSize:()V
         3: .line 39
            return
        end local 2 // int maxSize
        end local 1 // int initialCapacity
        end local 0 // io.vertx.ext.web.impl.LRUCache this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/vertx/ext/web/impl/LRUCache<TK;TV;>;
            0    4     1  initialCapacity  I
            0    4     2          maxSize  I
    MethodParameters:
                 Name  Flags
      initialCapacity  
      maxSize          

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.LRUCache this
        start local 1 // int maxSize
         0: .line 41
            aload 0 /* this */
            invokespecial java.util.LinkedHashMap.<init>:()V
         1: .line 42
            aload 0 /* this */
            iload 1 /* maxSize */
            putfield io.vertx.ext.web.impl.LRUCache.maxSize:I
         2: .line 43
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.LRUCache.checkSize:()V
         3: .line 44
            return
        end local 1 // int maxSize
        end local 0 // io.vertx.ext.web.impl.LRUCache this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/ext/web/impl/LRUCache<TK;TV;>;
            0    4     1  maxSize  I
    MethodParameters:
         Name  Flags
      maxSize  

  public void <init>(java.util.Map<? extends K, ? extends V>, );
    descriptor: (Ljava/util/Map;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.impl.LRUCache this
        start local 1 // java.util.Map m
        start local 2 // int maxSize
         0: .line 47
            aload 0 /* this */
            aload 1 /* m */
            invokespecial java.util.LinkedHashMap.<init>:(Ljava/util/Map;)V
         1: .line 48
            aload 0 /* this */
            iload 2 /* maxSize */
            putfield io.vertx.ext.web.impl.LRUCache.maxSize:I
         2: .line 49
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.LRUCache.checkSize:()V
         3: .line 50
            return
        end local 2 // int maxSize
        end local 1 // java.util.Map m
        end local 0 // io.vertx.ext.web.impl.LRUCache this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/ext/web/impl/LRUCache<TK;TV;>;
            0    4     1        m  Ljava/util/Map<+TK;+TV;>;
            0    4     2  maxSize  I
    Signature: (Ljava/util/Map<+TK;+TV;>;I)V
    MethodParameters:
         Name  Flags
      m        
      maxSize  

  public void <init>(int, float, boolean, int);
    descriptor: (IFZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.vertx.ext.web.impl.LRUCache this
        start local 1 // int initialCapacity
        start local 2 // float loadFactor
        start local 3 // boolean accessOrder
        start local 4 // int maxSize
         0: .line 53
            aload 0 /* this */
            iload 1 /* initialCapacity */
            fload 2 /* loadFactor */
            iload 3 /* accessOrder */
            invokespecial java.util.LinkedHashMap.<init>:(IFZ)V
         1: .line 54
            aload 0 /* this */
            iload 4 /* maxSize */
            putfield io.vertx.ext.web.impl.LRUCache.maxSize:I
         2: .line 55
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.LRUCache.checkSize:()V
         3: .line 56
            return
        end local 4 // int maxSize
        end local 3 // boolean accessOrder
        end local 2 // float loadFactor
        end local 1 // int initialCapacity
        end local 0 // io.vertx.ext.web.impl.LRUCache this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/vertx/ext/web/impl/LRUCache<TK;TV;>;
            0    4     1  initialCapacity  I
            0    4     2       loadFactor  F
            0    4     3      accessOrder  Z
            0    4     4          maxSize  I
    MethodParameters:
                 Name  Flags
      initialCapacity  
      loadFactor       
      accessOrder      
      maxSize          

  protected boolean removeEldestEntry(java.util.Map$Entry<K, V>);
    descriptor: (Ljava/util/Map$Entry;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.impl.LRUCache this
        start local 1 // java.util.Map$Entry eldest
         0: .line 60
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.impl.LRUCache.size:()I
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.LRUCache.maxSize:I
            if_icmple 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.util.Map$Entry eldest
        end local 0 // io.vertx.ext.web.impl.LRUCache this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/web/impl/LRUCache<TK;TV;>;
            0    2     1  eldest  Ljava/util/Map$Entry<TK;TV;>;
    Signature: (Ljava/util/Map$Entry<TK;TV;>;)Z
    MethodParameters:
        Name  Flags
      eldest  

  private void checkSize();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.impl.LRUCache this
         0: .line 64
            aload 0 /* this */
            getfield io.vertx.ext.web.impl.LRUCache.maxSize:I
            iconst_1
            if_icmpge 2
         1: .line 65
            new java.lang.IllegalArgumentException
            dup
            ldc "maxSize must be >= 1"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 67
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.ext.web.impl.LRUCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/impl/LRUCache<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/util/LinkedHashMap<TK;TV;>;
SourceFile: "LRUCache.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map