abstract class com.carrotsearch.hppc.AbstractByteCollection implements com.carrotsearch.hppc.ByteCollection
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: com.carrotsearch.hppc.AbstractByteCollection
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/carrotsearch/hppc/AbstractByteCollection;
public int removeAll(com.carrotsearch.hppc.ByteLookupContainer);
descriptor: (Lcom/carrotsearch/hppc/ByteLookupContainer;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
new com.carrotsearch.hppc.AbstractByteCollection$1
dup
aload 0
aload 1
invokespecial com.carrotsearch.hppc.AbstractByteCollection$1.<init>:(Lcom/carrotsearch/hppc/AbstractByteCollection;Lcom/carrotsearch/hppc/ByteLookupContainer;)V
invokevirtual com.carrotsearch.hppc.AbstractByteCollection.removeAll:(Lcom/carrotsearch/hppc/predicates/BytePredicate;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/carrotsearch/hppc/AbstractByteCollection;
0 1 1 c Lcom/carrotsearch/hppc/ByteLookupContainer;
MethodParameters:
Name Flags
c final
public int retainAll(com.carrotsearch.hppc.ByteLookupContainer);
descriptor: (Lcom/carrotsearch/hppc/ByteLookupContainer;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
new com.carrotsearch.hppc.AbstractByteCollection$2
dup
aload 0
aload 1
invokespecial com.carrotsearch.hppc.AbstractByteCollection$2.<init>:(Lcom/carrotsearch/hppc/AbstractByteCollection;Lcom/carrotsearch/hppc/ByteLookupContainer;)V
invokevirtual com.carrotsearch.hppc.AbstractByteCollection.removeAll:(Lcom/carrotsearch/hppc/predicates/BytePredicate;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/carrotsearch/hppc/AbstractByteCollection;
0 1 1 c Lcom/carrotsearch/hppc/ByteLookupContainer;
MethodParameters:
Name Flags
c final
public int retainAll(com.carrotsearch.hppc.predicates.BytePredicate);
descriptor: (Lcom/carrotsearch/hppc/predicates/BytePredicate;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
new com.carrotsearch.hppc.AbstractByteCollection$3
dup
aload 0
aload 1
invokespecial com.carrotsearch.hppc.AbstractByteCollection$3.<init>:(Lcom/carrotsearch/hppc/AbstractByteCollection;Lcom/carrotsearch/hppc/predicates/BytePredicate;)V
invokevirtual com.carrotsearch.hppc.AbstractByteCollection.removeAll:(Lcom/carrotsearch/hppc/predicates/BytePredicate;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/carrotsearch/hppc/AbstractByteCollection;
0 1 1 predicate Lcom/carrotsearch/hppc/predicates/BytePredicate;
MethodParameters:
Name Flags
predicate final
public byte[] toArray();
descriptor: ()[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=1
start local 0 0: aload 0
invokevirtual com.carrotsearch.hppc.AbstractByteCollection.size:()I
newarray 8
astore 1
start local 1 1: iconst_0
istore 2
start local 2 2: aload 0
invokevirtual com.carrotsearch.hppc.AbstractByteCollection.iterator:()Ljava/util/Iterator;
astore 4
goto 5
StackMap locals: com.carrotsearch.hppc.AbstractByteCollection byte[] int top java.util.Iterator
StackMap stack:
3: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.carrotsearch.hppc.cursors.ByteCursor
astore 3
start local 3 4: aload 1
iload 2
iinc 2 1
aload 3
getfield com.carrotsearch.hppc.cursors.ByteCursor.value:B
bastore
end local 3 5: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
6: aload 1
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/carrotsearch/hppc/AbstractByteCollection;
1 7 1 array [B
2 7 2 i I
4 5 3 c Lcom/carrotsearch/hppc/cursors/ByteCursor;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.carrotsearch.hppc.AbstractByteCollection.toArray:()[B
invokestatic java.util.Arrays.toString:([B)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/carrotsearch/hppc/AbstractByteCollection;
}
SourceFile: "AbstractByteCollection.java"
NestMembers:
com.carrotsearch.hppc.AbstractByteCollection$1 com.carrotsearch.hppc.AbstractByteCollection$2 com.carrotsearch.hppc.AbstractByteCollection$3
InnerClasses:
com.carrotsearch.hppc.AbstractByteCollection$1
com.carrotsearch.hppc.AbstractByteCollection$2
com.carrotsearch.hppc.AbstractByteCollection$3