public class org.eclipse.collections.impl.collection.mutable.primitive.UnmodifiableDoubleCollection extends org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableDoubleCollection
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.collection.mutable.primitive.UnmodifiableDoubleCollection
super_class: org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableDoubleCollection
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
protected void <init>(org.eclipse.collections.api.collection.primitive.MutableDoubleCollection);
descriptor: (Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableDoubleCollection.<init>:(Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/collection/mutable/primitive/UnmodifiableDoubleCollection;
0 2 1 collection Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
MethodParameters:
Name Flags
collection
public static org.eclipse.collections.impl.collection.mutable.primitive.UnmodifiableDoubleCollection of(org.eclipse.collections.api.collection.primitive.MutableDoubleCollection);
descriptor: (Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/impl/collection/mutable/primitive/UnmodifiableDoubleCollection;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "cannot create a UnmodifiableDoubleCollection for null"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
new org.eclipse.collections.impl.collection.mutable.primitive.UnmodifiableDoubleCollection
dup
aload 0
invokespecial org.eclipse.collections.impl.collection.mutable.primitive.UnmodifiableDoubleCollection.<init>:(Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 collection Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
MethodParameters:
Name Flags
collection
public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection newEmpty();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.bag.mutable.primitive.DoubleHashBag
dup
invokespecial org.eclipse.collections.impl.bag.mutable.primitive.DoubleHashBag.<init>:()V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/collection/mutable/primitive/UnmodifiableDoubleCollection;
}
SourceFile: "UnmodifiableDoubleCollection.java"