class org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap implements java.util.SortedMap
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap
  super_class: java.lang.Object
{
  java.util.SortedMap subMap;
    descriptor: Ljava/util/SortedMap;
    flags: (0x0000) 

  final org.hibernate.collection.internal.PersistentSortedMap this$0;
    descriptor: Lorg/hibernate/collection/internal/PersistentSortedMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.hibernate.collection.internal.PersistentSortedMap, java.util.SortedMap);
    descriptor: (Lorg/hibernate/collection/internal/PersistentSortedMap;Ljava/util/SortedMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
        start local 2 // java.util.SortedMap subMap
         0: .line 136
            aload 0 /* this */
            aload 1
            putfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.this$0:Lorg/hibernate/collection/internal/PersistentSortedMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 137
            aload 0 /* this */
            aload 2 /* subMap */
            putfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.subMap:Ljava/util/SortedMap;
         2: .line 138
            return
        end local 2 // java.util.SortedMap subMap
        end local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/hibernate/collection/internal/PersistentSortedMap$SortedSubMap;
            0    3     2  subMap  Ljava/util/SortedMap;
    MethodParameters:
        Name  Flags
      this$0  final
      subMap  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
         0: .line 143
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.subMap:Ljava/util/SortedMap;
            invokeinterface java.util.SortedMap.size:()I
            ireturn
        end local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentSortedMap$SortedSubMap;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
         0: .line 149
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.subMap:Ljava/util/SortedMap;
            invokeinterface java.util.SortedMap.isEmpty:()Z
            ireturn
        end local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentSortedMap$SortedSubMap;

  public boolean containsKey(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
        start local 1 // java.lang.Object key
         0: .line 155
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.subMap:Ljava/util/SortedMap;
            aload 1 /* key */
            invokeinterface java.util.SortedMap.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object key
        end local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentSortedMap$SortedSubMap;
            0    1     1   key  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   

  public boolean containsValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
        start local 1 // java.lang.Object key
         0: .line 161
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.subMap:Ljava/util/SortedMap;
            aload 1 /* key */
            invokeinterface java.util.SortedMap.containsValue:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object key
        end local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentSortedMap$SortedSubMap;
            0    1     1   key  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   

  public java.lang.Object get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
        start local 1 // java.lang.Object key
         0: .line 167
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.subMap:Ljava/util/SortedMap;
            aload 1 /* key */
            invokeinterface java.util.SortedMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object key
        end local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentSortedMap$SortedSubMap;
            0    1     1   key  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   

  public java.lang.Object put(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 173
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.this$0:Lorg/hibernate/collection/internal/PersistentSortedMap;
            invokevirtual org.hibernate.collection.internal.PersistentSortedMap.write:()V
         1: .line 174
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.subMap:Ljava/util/SortedMap;
            aload 1 /* key */
            aload 2 /* value */
            invokeinterface java.util.SortedMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/hibernate/collection/internal/PersistentSortedMap$SortedSubMap;
            0    2     1    key  Ljava/lang/Object;
            0    2     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      key    
      value  

  public java.lang.Object remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
        start local 1 // java.lang.Object key
         0: .line 180
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.this$0:Lorg/hibernate/collection/internal/PersistentSortedMap;
            invokevirtual org.hibernate.collection.internal.PersistentSortedMap.write:()V
         1: .line 181
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.subMap:Ljava/util/SortedMap;
            aload 1 /* key */
            invokeinterface java.util.SortedMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object key
        end local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/PersistentSortedMap$SortedSubMap;
            0    2     1   key  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   

  public void putAll(java.util.Map);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
        start local 1 // java.util.Map other
         0: .line 187
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.this$0:Lorg/hibernate/collection/internal/PersistentSortedMap;
            invokevirtual org.hibernate.collection.internal.PersistentSortedMap.write:()V
         1: .line 188
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.subMap:Ljava/util/SortedMap;
            aload 1 /* other */
            invokeinterface java.util.SortedMap.putAll:(Ljava/util/Map;)V
         2: .line 189
            return
        end local 1 // java.util.Map other
        end local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/hibernate/collection/internal/PersistentSortedMap$SortedSubMap;
            0    3     1  other  Ljava/util/Map;
    MethodParameters:
       Name  Flags
      other  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
         0: .line 194
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.this$0:Lorg/hibernate/collection/internal/PersistentSortedMap;
            invokevirtual org.hibernate.collection.internal.PersistentSortedMap.write:()V
         1: .line 195
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.subMap:Ljava/util/SortedMap;
            invokeinterface java.util.SortedMap.clear:()V
         2: .line 196
            return
        end local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/collection/internal/PersistentSortedMap$SortedSubMap;

  public java.util.Set keySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
         0: .line 201
            new org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy
            dup
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.this$0:Lorg/hibernate/collection/internal/PersistentSortedMap;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.subMap:Ljava/util/SortedMap;
            invokeinterface java.util.SortedMap.keySet:()Ljava/util/Set;
            invokespecial org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.<init>:(Lorg/hibernate/collection/internal/AbstractPersistentCollection;Ljava/util/Collection;)V
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentSortedMap$SortedSubMap;

  public java.util.Collection values();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
         0: .line 207
            new org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy
            dup
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.this$0:Lorg/hibernate/collection/internal/PersistentSortedMap;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.subMap:Ljava/util/SortedMap;
            invokeinterface java.util.SortedMap.values:()Ljava/util/Collection;
            invokespecial org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy.<init>:(Lorg/hibernate/collection/internal/AbstractPersistentCollection;Ljava/util/Collection;)V
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentSortedMap$SortedSubMap;

  public java.util.Set entrySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
         0: .line 213
            new org.hibernate.collection.internal.PersistentMap$EntrySetProxy
            dup
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.this$0:Lorg/hibernate/collection/internal/PersistentSortedMap;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.subMap:Ljava/util/SortedMap;
            invokeinterface java.util.SortedMap.entrySet:()Ljava/util/Set;
            invokespecial org.hibernate.collection.internal.PersistentMap$EntrySetProxy.<init>:(Lorg/hibernate/collection/internal/PersistentMap;Ljava/util/Set;)V
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentSortedMap$SortedSubMap;

  public java.util.Comparator comparator();
    descriptor: ()Ljava/util/Comparator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
         0: .line 219
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.subMap:Ljava/util/SortedMap;
            invokeinterface java.util.SortedMap.comparator:()Ljava/util/Comparator;
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentSortedMap$SortedSubMap;

  public java.util.SortedMap subMap(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
        start local 1 // java.lang.Object fromKey
        start local 2 // java.lang.Object toKey
         0: .line 225
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.subMap:Ljava/util/SortedMap;
            aload 1 /* fromKey */
            aload 2 /* toKey */
            invokeinterface java.util.SortedMap.subMap:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedMap;
            astore 3 /* subMap */
        start local 3 // java.util.SortedMap subMap
         1: .line 226
            new org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap
            dup
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.this$0:Lorg/hibernate/collection/internal/PersistentSortedMap;
            aload 3 /* subMap */
            invokespecial org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.<init>:(Lorg/hibernate/collection/internal/PersistentSortedMap;Ljava/util/SortedMap;)V
            areturn
        end local 3 // java.util.SortedMap subMap
        end local 2 // java.lang.Object toKey
        end local 1 // java.lang.Object fromKey
        end local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/hibernate/collection/internal/PersistentSortedMap$SortedSubMap;
            0    2     1  fromKey  Ljava/lang/Object;
            0    2     2    toKey  Ljava/lang/Object;
            1    2     3   subMap  Ljava/util/SortedMap;
    MethodParameters:
         Name  Flags
      fromKey  
      toKey    

  public java.util.SortedMap headMap(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/util/SortedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
        start local 1 // java.lang.Object toKey
         0: .line 232
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.subMap:Ljava/util/SortedMap;
            aload 1 /* toKey */
            invokeinterface java.util.SortedMap.headMap:(Ljava/lang/Object;)Ljava/util/SortedMap;
            astore 2 /* headMap */
        start local 2 // java.util.SortedMap headMap
         1: .line 233
            new org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap
            dup
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.this$0:Lorg/hibernate/collection/internal/PersistentSortedMap;
            aload 2 /* headMap */
            invokespecial org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.<init>:(Lorg/hibernate/collection/internal/PersistentSortedMap;Ljava/util/SortedMap;)V
            areturn
        end local 2 // java.util.SortedMap headMap
        end local 1 // java.lang.Object toKey
        end local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/hibernate/collection/internal/PersistentSortedMap$SortedSubMap;
            0    2     1    toKey  Ljava/lang/Object;
            1    2     2  headMap  Ljava/util/SortedMap;
    MethodParameters:
       Name  Flags
      toKey  

  public java.util.SortedMap tailMap(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/util/SortedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
        start local 1 // java.lang.Object fromKey
         0: .line 239
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.subMap:Ljava/util/SortedMap;
            aload 1 /* fromKey */
            invokeinterface java.util.SortedMap.tailMap:(Ljava/lang/Object;)Ljava/util/SortedMap;
            astore 2 /* tailMap */
        start local 2 // java.util.SortedMap tailMap
         1: .line 240
            new org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap
            dup
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.this$0:Lorg/hibernate/collection/internal/PersistentSortedMap;
            aload 2 /* tailMap */
            invokespecial org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.<init>:(Lorg/hibernate/collection/internal/PersistentSortedMap;Ljava/util/SortedMap;)V
            areturn
        end local 2 // java.util.SortedMap tailMap
        end local 1 // java.lang.Object fromKey
        end local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/hibernate/collection/internal/PersistentSortedMap$SortedSubMap;
            0    2     1  fromKey  Ljava/lang/Object;
            1    2     2  tailMap  Ljava/util/SortedMap;
    MethodParameters:
         Name  Flags
      fromKey  

  public java.lang.Object firstKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
         0: .line 246
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.subMap:Ljava/util/SortedMap;
            invokeinterface java.util.SortedMap.firstKey:()Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentSortedMap$SortedSubMap;

  public java.lang.Object lastKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
         0: .line 252
            aload 0 /* this */
            getfield org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap.subMap:Ljava/util/SortedMap;
            invokeinterface java.util.SortedMap.lastKey:()Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/PersistentSortedMap$SortedSubMap;
}
SourceFile: "PersistentSortedMap.java"
NestHost: org.hibernate.collection.internal.PersistentSortedMap
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  protected SetProxy = org.hibernate.collection.internal.AbstractPersistentCollection$SetProxy of org.hibernate.collection.internal.AbstractPersistentCollection
  EntrySetProxy = org.hibernate.collection.internal.PersistentMap$EntrySetProxy of org.hibernate.collection.internal.PersistentMap
  SortedSubMap = org.hibernate.collection.internal.PersistentSortedMap$SortedSubMap of org.hibernate.collection.internal.PersistentSortedMap