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 0: aload 0
aload 1
putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer.this$0:Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl;
aload 0
aload 1
invokespecial com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer.<init>:(Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl;)V
1: aload 0
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: return
end local 0 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 start local 1 0: aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer.fAugmentations:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer.fAugmentations:Ljava/util/Map;
aload 1
aload 2
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer.fAugmentations:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 1 end local 0 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<java.lang.Object> keys();
descriptor: ()Ljava/util/Enumeration;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$LargeContainer;
Signature: ()Ljava/util/Enumeration<Ljava/lang/Object;>;
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer.fAugmentations:Ljava/util/Map;
invokeinterface java.util.Map.clear:()V
1: return
end local 0 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 0: iconst_0
ireturn
end local 0 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 0: aload 0
areturn
end local 0 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 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 1
start local 1 1: aload 1
ldc "LargeContainer"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
2: aload 0
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
start local 2 4: aload 1
ldc "\nkey == "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
5: aload 1
aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
pop
6: aload 1
ldc "; value == "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
7: aload 1
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer.fAugmentations:Ljava/util/Map;
aload 2
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 8: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
9: aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 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