class org.joox.JOOX$6 implements org.joox.FastFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.joox.JOOX$6
  super_class: java.lang.Object
{
  private final int[] val$indexes;
    descriptor: [I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(int[]);
    descriptor: ([I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.joox.JOOX$6 this
         0: .line 300
            aload 0 /* this */
            aload 1
            putfield org.joox.JOOX$6.val$indexes:[I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.joox.JOOX$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joox/JOOX$6;
    MethodParameters:
             Name  Flags
      val$indexes  final

  public boolean filter(org.joox.Context);
    descriptor: (Lorg/joox/Context;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.joox.JOOX$6 this
        start local 1 // org.joox.Context context
         0: .line 303
            aload 0 /* this */
            getfield org.joox.JOOX$6.val$indexes:[I
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.joox.JOOX$6 org.joox.Context top int int int[]
      StackMap stack:
         1: aload 5
            iload 3
            iaload
            istore 2 /* i */
        start local 2 // int i
         2: .line 304
            iload 2 /* i */
            aload 1 /* context */
            invokeinterface org.joox.Context.elementIndex:()I
            if_icmpne 4
         3: .line 305
            iconst_1
            ireturn
        end local 2 // int i
         4: .line 303
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 307
            iconst_0
            ireturn
        end local 1 // org.joox.Context context
        end local 0 // org.joox.JOOX$6 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/joox/JOOX$6;
            0    7     1  context  Lorg/joox/Context;
            2    4     2        i  I
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "JOOX.java"
EnclosingMethod: org.joox.JOOX.at:([I)Lorg/joox/FastFilter;
NestHost: org.joox.JOOX
InnerClasses:
  org.joox.JOOX$6