class com.sun.xml.internal.ws.server.EndpointFactory$CollectionCollection<T> extends java.util.AbstractCollection<T>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.xml.internal.ws.server.EndpointFactory$CollectionCollection
super_class: java.util.AbstractCollection
{
private final java.util.Collection<java.util.Collection<? extends T>> cols;
descriptor: Ljava/util/Collection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Collection<Ljava/util/Collection<+TT;>;>;
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.util.AbstractCollection.<init>:()V
1: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield com.sun.xml.internal.ws.server.EndpointFactory$CollectionCollection.cols:Ljava/util/Collection;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/ws/server/EndpointFactory$CollectionCollection<TT;>;
public java.util.Iterator<T> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
getfield com.sun.xml.internal.ws.server.EndpointFactory$CollectionCollection.cols:Ljava/util/Collection;
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
astore 1
start local 1 1: new com.sun.xml.internal.ws.server.EndpointFactory$CollectionCollection$1
dup
aload 0
aload 1
invokespecial com.sun.xml.internal.ws.server.EndpointFactory$CollectionCollection$1.<init>:(Lcom/sun/xml/internal/ws/server/EndpointFactory$CollectionCollection;Ljava/util/Iterator;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/xml/internal/ws/server/EndpointFactory$CollectionCollection<TT;>;
1 2 1 colIt Ljava/util/Iterator<Ljava/util/Collection<+TT;>;>;
Signature: ()Ljava/util/Iterator<TT;>;
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: aload 0
getfield com.sun.xml.internal.ws.server.EndpointFactory$CollectionCollection.cols:Ljava/util/Collection;
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
astore 3
goto 4
StackMap locals: com.sun.xml.internal.ws.server.EndpointFactory$CollectionCollection int top java.util.Iterator
StackMap stack:
2: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.util.Collection
astore 2
start local 2 3: iload 1
aload 2
invokeinterface java.util.Collection.size:()I
iadd
istore 1
end local 2 4: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
5: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/xml/internal/ws/server/EndpointFactory$CollectionCollection<TT;>;
1 6 1 size I
3 4 2 c Ljava/util/Collection<+TT;>;
public boolean add();
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.xml.internal.ws.server.EndpointFactory$CollectionCollection.cols:Ljava/util/Collection;
aload 1
invokestatic java.util.Collections.singleton:(Ljava/lang/Object;)Ljava/util/Set;
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/ws/server/EndpointFactory$CollectionCollection<TT;>;
0 1 1 arg0 TT;
Signature: (TT;)Z
MethodParameters:
Name Flags
arg0
public boolean addAll(java.util.Collection<? extends T>);
descriptor: (Ljava/util/Collection;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.xml.internal.ws.server.EndpointFactory$CollectionCollection.cols:Ljava/util/Collection;
aload 1
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/ws/server/EndpointFactory$CollectionCollection<TT;>;
0 1 1 arg0 Ljava/util/Collection<+TT;>;
Signature: (Ljava/util/Collection<+TT;>;)Z
MethodParameters:
Name Flags
arg0
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.xml.internal.ws.server.EndpointFactory$CollectionCollection.cols:Ljava/util/Collection;
invokeinterface java.util.Collection.clear:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/xml/internal/ws/server/EndpointFactory$CollectionCollection<TT;>;
public boolean isEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.sun.xml.internal.ws.server.EndpointFactory$CollectionCollection.iterator:()Ljava/util/Iterator;
invokeinterface java.util.Iterator.hasNext:()Z
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: iconst_1
StackMap locals:
StackMap stack: int
2: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/ws/server/EndpointFactory$CollectionCollection<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/util/AbstractCollection<TT;>;
SourceFile: "EndpointFactory.java"
NestHost: com.sun.xml.internal.ws.server.EndpointFactory
InnerClasses:
private CollectionCollection = com.sun.xml.internal.ws.server.EndpointFactory$CollectionCollection of com.sun.xml.internal.ws.server.EndpointFactory
com.sun.xml.internal.ws.server.EndpointFactory$CollectionCollection$1