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 0: aload 0
aload 1
putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer.this$0:Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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<java.lang.Object> keys();
descriptor: ()Ljava/util/Enumeration;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/Enumeration<Ljava/lang/Object;>;
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