public class org.hibernate.type.OrderedSetType extends org.hibernate.type.SetType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.type.OrderedSetType
  super_class: org.hibernate.type.SetType
{
  public void <init>(org.hibernate.type.TypeFactory$TypeScope, java.lang.String, java.lang.String);
    descriptor: (Lorg/hibernate/type/TypeFactory$TypeScope;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.hibernate.type.OrderedSetType this
        start local 1 // org.hibernate.type.TypeFactory$TypeScope typeScope
        start local 2 // java.lang.String role
        start local 3 // java.lang.String propertyRef
         0: .line 16
            aload 0 /* this */
            aload 1 /* typeScope */
            aload 2 /* role */
            aload 3 /* propertyRef */
            invokespecial org.hibernate.type.SetType.<init>:(Lorg/hibernate/type/TypeFactory$TypeScope;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 17
            return
        end local 3 // java.lang.String propertyRef
        end local 2 // java.lang.String role
        end local 1 // org.hibernate.type.TypeFactory$TypeScope typeScope
        end local 0 // org.hibernate.type.OrderedSetType this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/hibernate/type/OrderedSetType;
            0    2     1    typeScope  Lorg/hibernate/type/TypeFactory$TypeScope;
            0    2     2         role  Ljava/lang/String;
            0    2     3  propertyRef  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      typeScope    
      role         
      propertyRef  

  public java.lang.Object instantiate(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.type.OrderedSetType this
        start local 1 // int anticipatedSize
         0: .line 21
            iload 1 /* anticipatedSize */
            ifle 2
         1: .line 22
            new java.util.LinkedHashSet
            dup
            iload 1 /* anticipatedSize */
            invokespecial java.util.LinkedHashSet.<init>:(I)V
            goto 3
         2: .line 23
      StackMap locals:
      StackMap stack:
            new java.util.LinkedHashSet
            dup
            invokespecial java.util.LinkedHashSet.<init>:()V
         3: .line 21
      StackMap locals:
      StackMap stack: java.util.LinkedHashSet
            areturn
        end local 1 // int anticipatedSize
        end local 0 // org.hibernate.type.OrderedSetType this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/hibernate/type/OrderedSetType;
            0    4     1  anticipatedSize  I
    MethodParameters:
                 Name  Flags
      anticipatedSize  
}
SourceFile: "OrderedSetType.java"
InnerClasses:
  public abstract TypeScope = org.hibernate.type.TypeFactory$TypeScope of org.hibernate.type.TypeFactory