org.hibernate.util
Class LinkedHashCollectionHelper

java.lang.Object
  extended byorg.hibernate.util.LinkedHashCollectionHelper

public final class LinkedHashCollectionHelper
extends Object


Method Summary
static Map createLinkedHashMap()
           
static Map createLinkedHashMap(int anticipatedSize)
           
static Set createLinkedHashSet()
           
static Set createLinkedHashSet(int anticipatedSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createLinkedHashSet

public static Set createLinkedHashSet()

createLinkedHashSet

public static Set createLinkedHashSet(int anticipatedSize)

createLinkedHashMap

public static Map createLinkedHashMap()

createLinkedHashMap

public static Map createLinkedHashMap(int anticipatedSize)