class com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer 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$SmallContainer
super_class: com.sun.org.apache.xerces.internal.util.AugmentationsImpl$AugmentationsItemsContainer
{
static final int SIZE_LIMIT;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 10
final java.lang.Object[] fAugmentations;
descriptor: [Ljava/lang/Object;
flags: (0x0010) ACC_FINAL
int fNumEntries;
descriptor: I
flags: (0x0000)
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$SmallContainer.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
bipush 20
anewarray java.lang.Object
putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
2: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;
MethodParameters:
Name Flags
this$0 final
public java.util.Enumeration<java.lang.Object> keys();
descriptor: ()Ljava/util/Enumeration;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration
dup
aload 0
invokespecial com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration.<init>:(Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;
Signature: ()Ljava/util/Enumeration<Ljava/lang/Object;>;
public java.lang.Object getItem(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: goto 5
2: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
iload 2
aaload
aload 1
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
3: aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
iload 2
iconst_1
iadd
aaload
areturn
4: StackMap locals:
StackMap stack:
iinc 2 2
StackMap locals:
StackMap stack:
5: iload 2
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
iconst_2
imul
if_icmplt 2
end local 2 6: aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;
0 7 1 key Ljava/lang/Object;
1 6 2 i I
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=5, args_size=3
start local 0 start local 1 start local 2 0: iconst_0
istore 3
start local 3 1: goto 7
2: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
iload 3
aaload
aload 1
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
3: aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
iload 3
iconst_1
iadd
aaload
astore 4
start local 4 4: aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
iload 3
iconst_1
iadd
aload 2
aastore
5: aload 4
areturn
end local 4 6: StackMap locals:
StackMap stack:
iinc 3 2
StackMap locals:
StackMap stack:
7: iload 3
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
iconst_2
imul
if_icmplt 2
end local 3 8: aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
iconst_2
imul
aload 1
aastore
9: aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
iconst_2
imul
iconst_1
iadd
aload 2
aastore
10: aload 0
dup
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
iconst_1
iadd
putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
11: aconst_null
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;
0 12 1 key Ljava/lang/Object;
0 12 2 item Ljava/lang/Object;
1 8 3 i I
4 6 4 oldValue 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=5, locals=5, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: goto 15
2: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
iload 2
aaload
aload 1
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 14
3: aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
iload 2
iconst_1
iadd
aaload
astore 3
start local 3 4: iload 2
istore 4
start local 4 5: goto 9
6: StackMap locals: java.lang.Object int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
iload 4
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
iload 4
iconst_2
iadd
aaload
aastore
7: aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
iload 4
iconst_1
iadd
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
iload 4
iconst_3
iadd
aaload
aastore
8: iinc 4 2
StackMap locals:
StackMap stack:
9: iload 4
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
iconst_2
imul
iconst_2
isub
if_icmplt 6
end local 4 10: aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
iconst_2
imul
iconst_2
isub
aconst_null
aastore
11: aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
iconst_2
imul
iconst_1
isub
aconst_null
aastore
12: aload 0
dup
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
iconst_1
isub
putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
13: aload 3
areturn
end local 3 14: StackMap locals:
StackMap stack:
iinc 2 2
StackMap locals:
StackMap stack:
15: iload 2
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
iconst_2
imul
if_icmplt 2
end local 2 16: aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;
0 17 1 key Ljava/lang/Object;
1 16 2 i I
4 14 3 oldValue Ljava/lang/Object;
5 10 4 j I
MethodParameters:
Name Flags
key
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: goto 5
2: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
iload 1
aconst_null
aastore
3: aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
iload 1
iconst_1
iadd
aconst_null
aastore
4: iinc 1 2
StackMap locals:
StackMap stack:
5: iload 1
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
iconst_2
imul
if_icmplt 2
end local 1 6: aload 0
iconst_0
putfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
7: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;
1 6 1 i I
public boolean isFull();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
bipush 10
if_icmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;
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=5, locals=3, args_size=1
start local 0 0: new com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer
dup
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.this$0:Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl;
invokespecial com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer.<init>:(Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl;)V
astore 1
start local 1 1: iconst_0
istore 2
start local 2 2: goto 7
3: StackMap locals: com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer int
StackMap stack:
aload 1
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
iload 2
aaload
4: aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
iload 2
iconst_1
iadd
aaload
5: invokevirtual com.sun.org.apache.xerces.internal.util.AugmentationsImpl$LargeContainer.putItem:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
6: iinc 2 2
StackMap locals:
StackMap stack:
7: iload 2
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
iconst_2
imul
if_icmplt 3
end local 2 8: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;
1 9 1 expandedContainer Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$LargeContainer;
2 8 2 i I
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, 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 "SmallContainer - fNumEntries == "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fNumEntries:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
pop
2: iconst_0
istore 2
start local 2 3: goto 13
4: StackMap locals: java.lang.StringBuilder int
StackMap stack:
aload 1
ldc "\nfAugmentations["
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
5: iload 2
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
6: ldc "] == "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
7: aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
iload 2
aaload
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
8: ldc "; fAugmentations["
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
9: iload 2
iconst_1
iadd
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
10: ldc "] == "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
11: aload 0
getfield com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer.fAugmentations:[Ljava/lang/Object;
iload 2
iconst_1
iadd
aaload
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
pop
12: iinc 2 2
StackMap locals:
StackMap stack:
13: iload 2
bipush 20
if_icmplt 4
end local 2 14: aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/sun/org/apache/xerces/internal/util/AugmentationsImpl$SmallContainer;
1 15 1 buff Ljava/lang/StringBuilder;
3 14 2 i I
}
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
SmallContainer = com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer of com.sun.org.apache.xerces.internal.util.AugmentationsImpl
SmallContainerKeyEnumeration = com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration of com.sun.org.apache.xerces.internal.util.AugmentationsImpl$SmallContainer