class com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap implements java.lang.Cloneable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap
super_class: java.lang.Object
{
int free;
descriptor: I
flags: (0x0000)
com.sun.org.apache.xml.internal.security.c14n.implementations.NameSpaceSymbEntry[] entries;
descriptor: [Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
flags: (0x0000)
java.lang.String[] keys;
descriptor: [Ljava/lang/String;
flags: (0x0000)
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
bipush 23
putfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.free:I
2: aload 0
aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.free:I
anewarray com.sun.org.apache.xml.internal.security.c14n.implementations.NameSpaceSymbEntry
putfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.entries:[Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
3: aload 0
aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.free:I
anewarray java.lang.String
putfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.keys:[Ljava/lang/String;
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/org/apache/xml/internal/security/c14n/implementations/SymbMap;
void put(java.lang.String, com.sun.org.apache.xml.internal.security.c14n.implementations.NameSpaceSymbEntry);
descriptor: (Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;)V
flags: (0x0000)
Code:
stack=3, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.index:(Ljava/lang/Object;)I
istore 3
start local 3 1: aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.keys:[Ljava/lang/String;
iload 3
aaload
astore 4
start local 4 2: aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.keys:[Ljava/lang/String;
iload 3
aload 1
aastore
3: aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.entries:[Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
iload 3
aload 2
aastore
4: aload 4
ifnull 5
aload 4
aload 1
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifne 9
StackMap locals: int java.lang.Object
StackMap stack:
5: aload 0
dup
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.free:I
iconst_1
isub
dup_x1
putfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.free:I
ifne 9
6: aload 0
aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.entries:[Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
arraylength
putfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.free:I
7: aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.free:I
iconst_2
ishl
istore 5
start local 5 8: aload 0
iload 5
invokevirtual com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.rehash:(I)V
end local 5 9: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/sun/org/apache/xml/internal/security/c14n/implementations/SymbMap;
0 10 1 key Ljava/lang/String;
0 10 2 value Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
1 10 3 index I
2 10 4 oldKey Ljava/lang/Object;
8 9 5 newCapacity I
MethodParameters:
Name Flags
key
value
java.util.List<com.sun.org.apache.xml.internal.security.c14n.implementations.NameSpaceSymbEntry> entrySet();
descriptor: ()Ljava/util/List;
flags: (0x0000)
Code:
stack=3, locals=3, args_size=1
start local 0 0: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 1
start local 1 1: iconst_0
istore 2
start local 2 2: goto 6
3: StackMap locals: java.util.List int
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.entries:[Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
iload 2
aaload
ifnull 5
ldc ""
aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.entries:[Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
iload 2
aaload
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.NameSpaceSymbEntry.uri:Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 5
4: aload 1
aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.entries:[Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
iload 2
aaload
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
5: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
6: iload 2
aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.entries:[Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
arraylength
if_icmplt 3
end local 2 7: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/org/apache/xml/internal/security/c14n/implementations/SymbMap;
1 8 1 a Ljava/util/List<Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;>;
2 7 2 i I
Signature: ()Ljava/util/List<Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;>;
protected int index(java.lang.Object);
descriptor: (Ljava/lang/Object;)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.keys:[Ljava/lang/String;
astore 2
start local 2 1: aload 2
arraylength
istore 3
start local 3 2: aload 1
invokevirtual java.lang.Object.hashCode:()I
ldc 2147483647
iand
iload 3
irem
istore 4
start local 4 3: aload 2
iload 4
aaload
astore 5
start local 5 4: aload 5
ifnull 5
aload 5
aload 1
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
5: StackMap locals: com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap java.lang.Object java.lang.Object[] int int java.lang.Object
StackMap stack:
iload 4
ireturn
6: StackMap locals:
StackMap stack:
iinc 3 -1
7: StackMap locals:
StackMap stack:
iload 4
iload 3
if_icmpne 8
iconst_0
goto 9
StackMap locals:
StackMap stack:
8: iinc 4 1
iload 4
StackMap locals:
StackMap stack: int
9: istore 4
10: aload 2
iload 4
aaload
astore 5
11: aload 5
ifnull 12
aload 5
aload 1
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 7
12: StackMap locals:
StackMap stack:
iload 4
ireturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/sun/org/apache/xml/internal/security/c14n/implementations/SymbMap;
0 13 1 obj Ljava/lang/Object;
1 13 2 set [Ljava/lang/Object;
2 13 3 length I
3 13 4 index I
4 13 5 cur Ljava/lang/Object;
MethodParameters:
Name Flags
obj
protected void rehash(int);
descriptor: (I)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=8, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.keys:[Ljava/lang/String;
arraylength
istore 2
start local 2 1: aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.keys:[Ljava/lang/String;
astore 3
start local 3 2: aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.entries:[Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
astore 4
start local 4 3: aload 0
iload 1
anewarray java.lang.String
putfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.keys:[Ljava/lang/String;
4: aload 0
iload 1
anewarray com.sun.org.apache.xml.internal.security.c14n.implementations.NameSpaceSymbEntry
putfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.entries:[Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
5: iload 2
istore 5
start local 5 6: goto 12
7: StackMap locals: com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap int int java.lang.String[] com.sun.org.apache.xml.internal.security.c14n.implementations.NameSpaceSymbEntry[] int
StackMap stack:
aload 3
iload 5
aaload
ifnull 12
8: aload 3
iload 5
aaload
astore 6
start local 6 9: aload 0
aload 6
invokevirtual com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.index:(Ljava/lang/Object;)I
istore 7
start local 7 10: aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.keys:[Ljava/lang/String;
iload 7
aload 6
aastore
11: aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.entries:[Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
iload 7
aload 4
iload 5
aaload
aastore
end local 7 end local 6 12: StackMap locals:
StackMap stack:
iload 5
iinc 5 -1
ifgt 7
end local 5 13: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/sun/org/apache/xml/internal/security/c14n/implementations/SymbMap;
0 14 1 newCapacity I
1 14 2 oldCapacity I
2 14 3 oldKeys [Ljava/lang/String;
3 14 4 oldVals [Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
6 13 5 i I
9 12 6 o Ljava/lang/String;
10 12 7 index I
MethodParameters:
Name Flags
newCapacity
com.sun.org.apache.xml.internal.security.c14n.implementations.NameSpaceSymbEntry get(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.entries:[Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
aload 0
aload 1
invokevirtual com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.index:(Ljava/lang/Object;)I
aaload
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/c14n/implementations/SymbMap;
0 1 1 key Ljava/lang/String;
MethodParameters:
Name Flags
key
protected java.lang.Object clone();
descriptor: ()Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=2, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.clone:()Ljava/lang/Object;
checkcast com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap
astore 1
start local 1 1: aload 1
aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.entries:[Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
arraylength
anewarray com.sun.org.apache.xml.internal.security.c14n.implementations.NameSpaceSymbEntry
putfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.entries:[Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
2: aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.entries:[Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
iconst_0
aload 1
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.entries:[Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
iconst_0
aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.entries:[Lcom/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbEntry;
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
3: aload 1
aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.keys:[Ljava/lang/String;
arraylength
anewarray java.lang.String
putfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.keys:[Ljava/lang/String;
4: aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.keys:[Ljava/lang/String;
iconst_0
aload 1
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.keys:[Ljava/lang/String;
iconst_0
aload 0
getfield com.sun.org.apache.xml.internal.security.c14n.implementations.SymbMap.keys:[Ljava/lang/String;
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
5: aload 1
6: areturn
end local 1 7: StackMap locals:
StackMap stack: java.lang.CloneNotSupportedException
astore 1
start local 1 8: aload 1
invokevirtual java.lang.CloneNotSupportedException.printStackTrace:()V
end local 1 9: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/sun/org/apache/xml/internal/security/c14n/implementations/SymbMap;
1 7 1 copy Lcom/sun/org/apache/xml/internal/security/c14n/implementations/SymbMap;
8 9 1 e Ljava/lang/CloneNotSupportedException;
Exception table:
from to target type
0 6 7 Class java.lang.CloneNotSupportedException
}
SourceFile: "NameSpaceSymbTable.java"