class org.springframework.util.CollectionUtils$EnumerationIterator<E> implements java.util.Iterator<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.util.CollectionUtils$EnumerationIterator
  super_class: java.lang.Object
{
  private final java.util.Enumeration<E> enumeration;
    descriptor: Ljava/util/Enumeration;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Enumeration<TE;>;

  public void <init>(java.util.Enumeration<E>);
    descriptor: (Ljava/util/Enumeration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.util.CollectionUtils$EnumerationIterator this
        start local 1 // java.util.Enumeration enumeration
         0: .line 416
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 417
            aload 0 /* this */
            aload 1 /* enumeration */
            putfield org.springframework.util.CollectionUtils$EnumerationIterator.enumeration:Ljava/util/Enumeration;
         2: .line 418
            return
        end local 1 // java.util.Enumeration enumeration
        end local 0 // org.springframework.util.CollectionUtils$EnumerationIterator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/springframework/util/CollectionUtils$EnumerationIterator<TE;>;
            0    3     1  enumeration  Ljava/util/Enumeration<TE;>;
    Signature: (Ljava/util/Enumeration<TE;>;)V
    MethodParameters:
             Name  Flags
      enumeration  

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.util.CollectionUtils$EnumerationIterator this
         0: .line 422
            aload 0 /* this */
            getfield org.springframework.util.CollectionUtils$EnumerationIterator.enumeration:Ljava/util/Enumeration;
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ireturn
        end local 0 // org.springframework.util.CollectionUtils$EnumerationIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/CollectionUtils$EnumerationIterator<TE;>;

  public E next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.util.CollectionUtils$EnumerationIterator this
         0: .line 427
            aload 0 /* this */
            getfield org.springframework.util.CollectionUtils$EnumerationIterator.enumeration:Ljava/util/Enumeration;
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            areturn
        end local 0 // org.springframework.util.CollectionUtils$EnumerationIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/CollectionUtils$EnumerationIterator<TE;>;
    Signature: ()TE;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.util.CollectionUtils$EnumerationIterator this
         0: .line 432
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not supported"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.util.CollectionUtils$EnumerationIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/util/CollectionUtils$EnumerationIterator<TE;>;
    Exceptions:
      throws java.lang.UnsupportedOperationException
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Iterator<TE;>;
SourceFile: "CollectionUtils.java"
NestHost: org.springframework.util.CollectionUtils
InnerClasses:
  private EnumerationIterator = org.springframework.util.CollectionUtils$EnumerationIterator of org.springframework.util.CollectionUtils