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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.hibernate.validator.internal.util.CollectionHelper$ArrayIterable.accessor:Lorg/hibernate/validator/internal/util/CollectionHelper$ArrayAccessor;
2: aload 0
aload 2
putfield org.hibernate.validator.internal.util.CollectionHelper$ArrayIterable.values:Ljava/lang/Object;
3: return
end local 2 end local 1 end local 0 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 0: new org.hibernate.validator.internal.util.CollectionHelper$ArrayIterator
dup
aload 0
getfield org.hibernate.validator.internal.util.CollectionHelper$ArrayIterable.accessor:Lorg/hibernate/validator/internal/util/CollectionHelper$ArrayAccessor;
aload 0
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 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