class org.hibernate.validator.internal.util.CollectionHelper$ArrayIterable<A, T> implements java.lang.Iterable<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.validator.internal.util.CollectionHelper$ArrayIterable
  super_class: java.lang.Object
{
  private final org.hibernate.validator.internal.util.CollectionHelper$ArrayAccessor<A, T> accessor;
    descriptor: Lorg/hibernate/validator/internal/util/CollectionHelper$ArrayAccessor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/hibernate/validator/internal/util/CollectionHelper$ArrayAccessor<TA;TT;>;

  private final A values;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TA;

  public void <init>(org.hibernate.validator.internal.util.CollectionHelper$ArrayAccessor<A, T>, );
    descriptor: (Lorg/hibernate/validator/internal/util/CollectionHelper$ArrayAccessor;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hibernate.validator.internal.util.CollectionHelper$ArrayIterable this
        start local 1 // org.hibernate.validator.internal.util.CollectionHelper$ArrayAccessor accessor
        start local 2 // java.lang.Object values
         0: .line 205
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 206
            aload 0 /* this */
            aload 1 /* accessor */
            putfield org.hibernate.validator.internal.util.CollectionHelper$ArrayIterable.accessor:Lorg/hibernate/validator/internal/util/CollectionHelper$ArrayAccessor;
         2: .line 207
            aload 0 /* this */
            aload 2 /* values */
            putfield org.hibernate.validator.internal.util.CollectionHelper$ArrayIterable.values:Ljava/lang/Object;
         3: .line 208
            return
        end local 2 // java.lang.Object values
        end local 1 // org.hibernate.validator.internal.util.CollectionHelper$ArrayAccessor accessor
        end local 0 // org.hibernate.validator.internal.util.CollectionHelper$ArrayIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/hibernate/validator/internal/util/CollectionHelper$ArrayIterable<TA;TT;>;
            0    4     1  accessor  Lorg/hibernate/validator/internal/util/CollectionHelper$ArrayAccessor<TA;TT;>;
            0    4     2    values  TA;
    Signature: (Lorg/hibernate/validator/internal/util/CollectionHelper$ArrayAccessor<TA;TT;>;TA;)V
    MethodParameters:
          Name  Flags
      accessor  
      values    

  public final java.util.Iterator<T> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hibernate.validator.internal.util.CollectionHelper$ArrayIterable this
         0: .line 212
            new org.hibernate.validator.internal.util.CollectionHelper$ArrayIterator
            dup
            aload 0 /* this */
            getfield org.hibernate.validator.internal.util.CollectionHelper$ArrayIterable.accessor:Lorg/hibernate/validator/internal/util/CollectionHelper$ArrayAccessor;
            aload 0 /* this */
            getfield org.hibernate.validator.internal.util.CollectionHelper$ArrayIterable.values:Ljava/lang/Object;
            invokespecial org.hibernate.validator.internal.util.CollectionHelper$ArrayIterator.<init>:(Lorg/hibernate/validator/internal/util/CollectionHelper$ArrayAccessor;Ljava/lang/Object;)V
            areturn
        end local 0 // org.hibernate.validator.internal.util.CollectionHelper$ArrayIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/validator/internal/util/CollectionHelper$ArrayIterable<TA;TT;>;
    Signature: ()Ljava/util/Iterator<TT;>;
}
Signature: <A:Ljava/lang/Object;T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/lang/Iterable<TT;>;
SourceFile: "CollectionHelper.java"
NestHost: org.hibernate.validator.internal.util.CollectionHelper
InnerClasses:
  private abstract ArrayAccessor = org.hibernate.validator.internal.util.CollectionHelper$ArrayAccessor of org.hibernate.validator.internal.util.CollectionHelper
  private ArrayIterable = org.hibernate.validator.internal.util.CollectionHelper$ArrayIterable of org.hibernate.validator.internal.util.CollectionHelper
  private ArrayIterator = org.hibernate.validator.internal.util.CollectionHelper$ArrayIterator of org.hibernate.validator.internal.util.CollectionHelper