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

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


org.hibernate.util
Class CollectionHelper

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

public final class CollectionHelper
extends Object

Author:
Gavin King

Field Summary
static Collection EMPTY_COLLECTION
           
static List EMPTY_LIST
           
static Map EMPTY_MAP
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_LIST

public static final List EMPTY_LIST

EMPTY_COLLECTION

public static final Collection EMPTY_COLLECTION

EMPTY_MAP

public static final Map EMPTY_MAP