final class org.hibernate.internal.util.collections.BoundedConcurrentHashMap$ValueIterator extends org.hibernate.internal.util.collections.BoundedConcurrentHashMap<K, V>.HashIterator implements java.util.Iterator<V>, java.util.Enumeration<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$ValueIterator
  super_class: org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator
{
  final org.hibernate.internal.util.collections.BoundedConcurrentHashMap this$0;
    descriptor: Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.hibernate.internal.util.collections.BoundedConcurrentHashMap);
    descriptor: (Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$ValueIterator this
         0: .line 2254
            aload 0 /* this */
            aload 1
            putfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$ValueIterator.this$0:Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;
            aload 0 /* this */
            aload 1
            invokespecial org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.<init>:(Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap;)V
            return
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$ValueIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public V next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$ValueIterator this
         0: .line 2257
            aload 0 /* this */
            invokespecial org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextEntry:()Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.value:Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$ValueIterator;
    Signature: ()TV;

  public V nextElement();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$ValueIterator this
         0: .line 2262
            aload 0 /* this */
            invokespecial org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator.nextEntry:()Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$HashEntry;
            getfield org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry.value:Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.internal.util.collections.BoundedConcurrentHashMap$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap$ValueIterator;
    Signature: ()TV;
}
Signature: Lorg/hibernate/internal/util/collections/BoundedConcurrentHashMap<TK;TV;>.HashIterator;Ljava/util/Iterator<TV;>;Ljava/util/Enumeration<TV;>;
SourceFile: "BoundedConcurrentHashMap.java"
NestHost: org.hibernate.internal.util.collections.BoundedConcurrentHashMap
InnerClasses:
  private HashEntry = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashEntry of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  abstract HashIterator = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$HashIterator of org.hibernate.internal.util.collections.BoundedConcurrentHashMap
  final ValueIterator = org.hibernate.internal.util.collections.BoundedConcurrentHashMap$ValueIterator of org.hibernate.internal.util.collections.BoundedConcurrentHashMap