站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

LinkedHashCollectionHelper (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


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)