Uses of Class
org.hibernate.internal.util.collections.IdentityMap
-
Packages that use IdentityMap Package Description org.hibernate.internal.util.collections -
-
Uses of IdentityMap in org.hibernate.internal.util.collections
Methods in org.hibernate.internal.util.collections that return IdentityMap Modifier and Type Method Description static <K,V>
IdentityMap<K,V>IdentityMap. instantiateSequenced(int size)
Return a new instance of this class, with iteration order defined as the order in which entries were added
-