Class CollectionHelper
java.lang.Object
org.hibernate.models.internal.util.CollectionHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ArrayList<T>arrayList(int expectedNumberOfElements) static booleanstatic booleanisEmpty(Collection collection) static booleanstatic booleanisNotEmpty(Object[] objects) static booleanisNotEmpty(Collection collection) static booleanisNotEmpty(Map map) static <E> List<E>static intstatic intsize(Collection collection) static int
-
Field Details
-
DEFAULT_LIST_CAPACITY
public static final int DEFAULT_LIST_CAPACITY- See Also:
-
-
Constructor Details
-
CollectionHelper
public CollectionHelper()
-
-
Method Details
-
isEmpty
-
isNotEmpty
-
isEmpty
-
isNotEmpty
-
isEmpty
-
isNotEmpty
-
size
-
size
-
length
-
arrayList
-
join
-