class org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy<T> implements java.io.Externalizable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy
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.set.ImmutableSet<T> set;
descriptor: Lorg/eclipse/collections/api/set/ImmutableSet;
flags: (0x0002) ACC_PRIVATE
Signature: Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
private org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy;
descriptor: Lorg/eclipse/collections/api/block/HashingStrategy;
flags: (0x0002) ACC_PRIVATE
Signature: Lorg/eclipse/collections/api/block/HashingStrategy<-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/set/strategy/immutable/ImmutableSetWithHashingStrategySerializationProxy<TT;>;
void <init>(org.eclipse.collections.api.set.ImmutableSet<T>, org.eclipse.collections.api.block.HashingStrategy<? super T>);
descriptor: (Lorg/eclipse/collections/api/set/ImmutableSet;Lorg/eclipse/collections/api/block/HashingStrategy;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy.set:Lorg/eclipse/collections/api/set/ImmutableSet;
2: aload 0
aload 2
putfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableSetWithHashingStrategySerializationProxy<TT;>;
0 4 1 set Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
0 4 2 hashingStrategy Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;
Signature: (Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;)V
MethodParameters:
Name Flags
set
hashingStrategy
public void writeExternal(java.io.ObjectOutput);
descriptor: (Ljava/io/ObjectOutput;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
1: aload 1
aload 0
getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy.set:Lorg/eclipse/collections/api/set/ImmutableSet;
invokeinterface org.eclipse.collections.api.set.ImmutableSet.size:()I
invokeinterface java.io.ObjectOutput.writeInt:(I)V
2: aload 0
getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy.set:Lorg/eclipse/collections/api/set/ImmutableSet;
new org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy$1
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy$1.<init>:(Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableSetWithHashingStrategySerializationProxy;Ljava/io/ObjectOutput;)V
invokeinterface org.eclipse.collections.api.set.ImmutableSet.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
3: goto 8
4: StackMap locals:
StackMap stack: java.lang.RuntimeException
astore 2
start local 2 5: aload 2
invokevirtual java.lang.RuntimeException.getCause:()Ljava/lang/Throwable;
instanceof java.io.IOException
ifeq 7
6: aload 2
invokevirtual java.lang.RuntimeException.getCause:()Ljava/lang/Throwable;
checkcast java.io.IOException
athrow
7: StackMap locals: java.lang.RuntimeException
StackMap stack:
aload 2
athrow
end local 2 8: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableSetWithHashingStrategySerializationProxy<TT;>;
0 9 1 out Ljava/io/ObjectOutput;
5 8 2 e Ljava/lang/RuntimeException;
Exception table:
from to target type
2 3 4 Class java.lang.RuntimeException
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=6, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
checkcast org.eclipse.collections.api.block.HashingStrategy
astore 2
start local 2 1: aload 1
invokeinterface java.io.ObjectInput.readInt:()I
istore 3
start local 3 2: aload 2
invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newSet:(Lorg/eclipse/collections/api/block/HashingStrategy;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
astore 4
start local 4 3: iconst_0
istore 5
start local 5 4: goto 7
5: StackMap locals: org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy java.io.ObjectInput org.eclipse.collections.api.block.HashingStrategy int org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy int
StackMap stack:
aload 4
aload 1
invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.put:(Ljava/lang/Object;)Ljava/lang/Object;
pop
6: iinc 5 1
StackMap locals:
StackMap stack:
7: iload 5
iload 3
if_icmplt 5
end local 5 8: aload 0
aload 4
invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.toImmutable:()Lorg/eclipse/collections/api/set/ImmutableSet;
putfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy.set:Lorg/eclipse/collections/api/set/ImmutableSet;
9: 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 Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableSetWithHashingStrategySerializationProxy<TT;>;
0 10 1 in Ljava/io/ObjectInput;
1 10 2 strategy Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;
2 10 3 size I
3 10 4 deserializedSet Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
4 8 5 i I
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=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy.set:Lorg/eclipse/collections/api/set/ImmutableSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableSetWithHashingStrategySerializationProxy<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/io/Externalizable;
SourceFile: "ImmutableSetWithHashingStrategySerializationProxy.java"
NestMembers:
org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy$1
InnerClasses:
org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy$1