public class org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy<T> implements java.io.Externalizable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy
super_class: java.lang.Object
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private org.eclipse.collections.api.RichIterable<T> richIterable;
descriptor: Lorg/eclipse/collections/api/RichIterable;
flags: (0x0002) ACC_PRIVATE
Signature: Lorg/eclipse/collections/api/RichIterable<TT;>;
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy<TT;>;
public void <init>(org.eclipse.collections.api.RichIterable<T>);
descriptor: (Lorg/eclipse/collections/api/RichIterable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy.richIterable:Lorg/eclipse/collections/api/RichIterable;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy<TT;>;
0 3 1 iterable Lorg/eclipse/collections/api/RichIterable<TT;>;
Signature: (Lorg/eclipse/collections/api/RichIterable<TT;>;)V
MethodParameters:
Name Flags
iterable
public void writeExternal(java.io.ObjectOutput);
descriptor: (Ljava/io/ObjectOutput;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy.richIterable:Lorg/eclipse/collections/api/RichIterable;
invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy<TT;>;
0 2 1 out Ljava/io/ObjectOutput;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
out
public void readExternal(java.io.ObjectInput);
descriptor: (Ljava/io/ObjectInput;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
checkcast org.eclipse.collections.api.RichIterable
putfield org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy.richIterable:Lorg/eclipse/collections/api/RichIterable;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy<TT;>;
0 2 1 in Ljava/io/ObjectInput;
Exceptions:
throws java.io.IOException, java.lang.ClassNotFoundException
MethodParameters:
Name Flags
in
protected java.lang.Object readResolve();
descriptor: ()Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.SynchronizedRichIterable
dup
aload 0
getfield org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy.richIterable:Lorg/eclipse/collections/api/RichIterable;
invokespecial org.eclipse.collections.impl.SynchronizedRichIterable.<init>:(Lorg/eclipse/collections/api/RichIterable;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/io/Externalizable;
SourceFile: "SynchronizedRichIterable.java"
NestHost: org.eclipse.collections.impl.SynchronizedRichIterable
InnerClasses:
public SynchronizedRichIterableSerializationProxy = org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy of org.eclipse.collections.impl.SynchronizedRichIterable