public class org.eclipse.collections.impl.collection.mutable.primitive.UnmodifiableLongCollection extends org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableLongCollection
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.collection.mutable.primitive.UnmodifiableLongCollection
super_class: org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableLongCollection
{
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.MutableLongCollection);
descriptor: (Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;)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.AbstractUnmodifiableLongCollection.<init>:(Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;)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/UnmodifiableLongCollection;
0 2 1 collection Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
MethodParameters:
Name Flags
collection
public static org.eclipse.collections.impl.collection.mutable.primitive.UnmodifiableLongCollection of(org.eclipse.collections.api.collection.primitive.MutableLongCollection);
descriptor: (Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;)Lorg/eclipse/collections/impl/collection/mutable/primitive/UnmodifiableLongCollection;
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 UnmodifiableLongCollection 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.UnmodifiableLongCollection
dup
aload 0
invokespecial org.eclipse.collections.impl.collection.mutable.primitive.UnmodifiableLongCollection.<init>:(Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 collection Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
MethodParameters:
Name Flags
collection
public org.eclipse.collections.api.collection.primitive.MutableLongCollection newEmpty();
descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.bag.mutable.primitive.LongHashBag
dup
invokespecial org.eclipse.collections.impl.bag.mutable.primitive.LongHashBag.<init>:()V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/collection/mutable/primitive/UnmodifiableLongCollection;
}
SourceFile: "UnmodifiableLongCollection.java"