class com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer extends com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer
  super_class: com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer
{
  final java.util.Map<java.lang.Object, java.lang.Object> fAugmentations;
    descriptor: Ljava/util/Map;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;

  final com.sun.org.apache.xerces.internal.util.AugmentationsImpl this$0;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.org.apache.xerces.internal.util.AugmentationsImpl);
    descriptor: (Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer this
         0: .line 244
            aload 0 /* this */
            aload 1
            putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer.this$0:Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl;
            aload 0 /* this */
            aload 1
            invokespecial com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer.<init>:(Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl;)V
         1: .line 245
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer.fAugmentations:Ljava/util/Map;
         2: .line 244
            return
        end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$LargeContainer;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Object getItem(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer this
        start local 1 // java.lang.Object key
         0: .line 248
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer.fAugmentations:Ljava/util/Map;
            aload 1 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object key
        end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$LargeContainer;
            0    1     1   key  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   

  public java.lang.Object putItem(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object item
         0: .line 252
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer.fAugmentations:Ljava/util/Map;
            aload 1 /* key */
            aload 2 /* item */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object item
        end local 1 // java.lang.Object key
        end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$LargeContainer;
            0    1     1   key  Ljava/lang/Object;
            0    1     2  item  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   
      item  

  public java.lang.Object removeItem(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer this
        start local 1 // java.lang.Object key
         0: .line 256
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer.fAugmentations:Ljava/util/Map;
            aload 1 /* key */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object key
        end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$LargeContainer;
            0    1     1   key  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   

  public java.util.Enumeration keys();
    descriptor: ()Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer this
         0: .line 260
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer.fAugmentations:Ljava/util/Map;
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokestatic java.util.Collections.enumeration:(Ljava/util/Collection;)Ljava/util/Enumeration;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$LargeContainer;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer this
         0: .line 264
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer.fAugmentations:Ljava/util/Map;
            invokeinterface java.util.Map.clear:()V
         1: .line 265
            return
        end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$LargeContainer;

  public boolean isFull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer this
         0: .line 268
            iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$LargeContainer;

  public com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer expand();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$AugmentationsItemsContainer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer this
         0: .line 272
            aload 0 /* this */
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$LargeContainer;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer this
         0: .line 276
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* buff */
        start local 1 // java.lang.StringBuilder buff
         1: .line 277
            aload 1 /* buff */
            ldc "LargeContainer"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 278
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer.fAugmentations:Ljava/util/Map;
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 8
      StackMap locals: com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer java.lang.StringBuilder top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 2 /* key */
        start local 2 // java.lang.Object key
         4: .line 279
            aload 1 /* buff */
            ldc "\nkey == "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 280
            aload 1 /* buff */
            aload 2 /* key */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         6: .line 281
            aload 1 /* buff */
            ldc "; value == "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 282
            aload 1 /* buff */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer.fAugmentations:Ljava/util/Map;
            aload 2 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        end local 2 // java.lang.Object key
         8: .line 278
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         9: .line 284
            aload 1 /* buff */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder buff
        end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$LargeContainer;
            1   10     1  buff  Ljava/lang/StringBuilder;
            4    8     2   key  Ljava/lang/Object;
}
SourceFile: "AugmentationsImpl.java"
NestHost: com.sun.org.apache.xerces.internal.util.AugmentationsImpl
InnerClasses:
  abstract AugmentationsItemsContainer = com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer of com.sun.org.apache.xerces.internal.util.AugmentationsImpl
  LargeContainer = com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer of com.sun.org.apache.xerces.internal.util.AugmentationsImpl