abstract class com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer
  super_class: java.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=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer this
         0: .line 106
            aload 0 /* this */
            aload 1
            putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer.this$0:Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$AugmentationsItemsContainer;
    MethodParameters:
        Name  Flags
      this$0  final

  public abstract java.lang.Object putItem(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      key   
      item  

  public abstract java.lang.Object getItem(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      key   

  public abstract java.lang.Object removeItem(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      key   

  public abstract java.util.Enumeration keys();
    descriptor: ()Ljava/util/Enumeration;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void clear();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isFull();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer expand();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$AugmentationsItemsContainer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
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