class com.carrotsearch.hppc.AbstractLongCollection$1 implements com.carrotsearch.hppc.predicates.LongPredicate
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.carrotsearch.hppc.AbstractLongCollection$1
super_class: java.lang.Object
{
final com.carrotsearch.hppc.AbstractLongCollection this$0;
descriptor: Lcom/carrotsearch/hppc/AbstractLongCollection;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final com.carrotsearch.hppc.LongLookupContainer val$c;
descriptor: Lcom/carrotsearch/hppc/LongLookupContainer;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(com.carrotsearch.hppc.AbstractLongCollection, com.carrotsearch.hppc.LongLookupContainer);
descriptor: (Lcom/carrotsearch/hppc/AbstractLongCollection;Lcom/carrotsearch/hppc/LongLookupContainer;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // com.carrotsearch.hppc.AbstractLongCollection$1 this
0: .line 25
aload 0 /* this */
aload 1
putfield com.carrotsearch.hppc.AbstractLongCollection$1.this$0:Lcom/carrotsearch/hppc/AbstractLongCollection;
aload 0 /* this */
aload 2
putfield com.carrotsearch.hppc.AbstractLongCollection$1.val$c:Lcom/carrotsearch/hppc/LongLookupContainer;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // com.carrotsearch.hppc.AbstractLongCollection$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/carrotsearch/hppc/AbstractLongCollection$1;
MethodParameters:
Name Flags
this$0 final
val$c final
public boolean apply(long);
descriptor: (J)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 // com.carrotsearch.hppc.AbstractLongCollection$1 this
start local 1 // long k
0: .line 27
aload 0 /* this */
getfield com.carrotsearch.hppc.AbstractLongCollection$1.val$c:Lcom/carrotsearch/hppc/LongLookupContainer;
lload 1 /* k */
invokeinterface com.carrotsearch.hppc.LongLookupContainer.contains:(J)Z
ireturn
end local 1 // long k
end local 0 // com.carrotsearch.hppc.AbstractLongCollection$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/carrotsearch/hppc/AbstractLongCollection$1;
0 1 1 k J
MethodParameters:
Name Flags
k
}
SourceFile: "AbstractLongCollection.java"
EnclosingMethod: com.carrotsearch.hppc.AbstractLongCollection.removeAll:(Lcom/carrotsearch/hppc/LongLookupContainer;)I
NestHost: com.carrotsearch.hppc.AbstractLongCollection
InnerClasses:
com.carrotsearch.hppc.AbstractLongCollection$1