org.hibernate.util
Class CollectionHelper

java.lang.Object
  extended by org.hibernate.util.CollectionHelper

public final class CollectionHelper
extends java.lang.Object

Author:
Gavin King

Field Summary
static java.util.Collection EMPTY_COLLECTION
           
static java.util.List EMPTY_LIST
           
static java.util.Map EMPTY_MAP
           
 
Method Summary
 
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 java.util.List EMPTY_LIST

EMPTY_COLLECTION

public static final java.util.Collection EMPTY_COLLECTION

EMPTY_MAP

public static final java.util.Map EMPTY_MAP


Copyright © 2008 Hibernate.org. All Rights Reserved.