class org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$SerRep implements java.io.Externalizable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$SerRep
super_class: java.lang.Object
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private transient org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet original;
descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
private transient org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet deserialized;
descriptor: Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
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/map/mutable/primitive/AbstractMutableByteKeySet$SerRep;
private void <init>(org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet);
descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;)V
flags: (0x0002) ACC_PRIVATE
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.map.mutable.primitive.AbstractMutableByteKeySet$SerRep.original:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet$SerRep;
0 3 1 original Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
MethodParameters:
Name Flags
original
public void writeExternal(java.io.ObjectOutput);
descriptor: (Ljava/io/ObjectOutput;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$SerRep.original:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.size:()I
invokeinterface java.io.ObjectOutput.writeInt:(I)V
1: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$SerRep.original:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
astore 2
start local 2 2: goto 4
3: StackMap locals: org.eclipse.collections.api.iterator.ByteIterator
StackMap stack:
aload 1
aload 2
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.next:()B
invokeinterface java.io.ObjectOutput.writeByte:(I)V
4: StackMap locals:
StackMap stack:
aload 2
invokeinterface org.eclipse.collections.api.iterator.ByteIterator.hasNext:()Z
ifne 3
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet$SerRep;
0 6 1 out Ljava/io/ObjectOutput;
2 6 2 it Lorg/eclipse/collections/api/iterator/ByteIterator;
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=4, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface java.io.ObjectInput.readInt:()I
istore 2
start local 2 1: aload 0
new org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
dup
iload 2
invokespecial org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.<init>:(I)V
putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$SerRep.deserialized:Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
2: goto 5
3: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$SerRep.deserialized:Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
aload 1
invokeinterface java.io.ObjectInput.readByte:()B
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.add:(B)Z
pop
4: iinc 2 -1
5: StackMap locals:
StackMap stack:
iload 2
ifgt 3
6: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet$SerRep;
0 7 1 in Ljava/io/ObjectInput;
1 7 2 unread I
Exceptions:
throws java.io.IOException, java.lang.ClassNotFoundException
MethodParameters:
Name Flags
in
private java.lang.Object readResolve();
descriptor: ()Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$SerRep.deserialized:Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableByteKeySet$SerRep;
Exceptions:
throws java.io.ObjectStreamException
}
SourceFile: "AbstractMutableByteKeySet.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet
InnerClasses:
private SerRep = org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet$SerRep of org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableByteKeySet