Class CollectionHelper

java.lang.Object
org.hibernate.models.internal.util.CollectionHelper

public class CollectionHelper extends Object
  • Field Details

  • Constructor Details

    • CollectionHelper

      public CollectionHelper()
  • Method Details

    • isEmpty

      public static boolean isEmpty(Collection collection)
    • isNotEmpty

      public static boolean isNotEmpty(Collection collection)
    • isEmpty

      public static boolean isEmpty(Map map)
    • isNotEmpty

      public static boolean isNotEmpty(Map map)
    • isEmpty

      public static boolean isEmpty(Object[] objects)
    • isNotEmpty

      public static boolean isNotEmpty(Object[] objects)
    • size

      public static int size(Collection collection)
    • size

      public static int size(Map map)
    • length

      public static int length(Object[] array)
    • arrayList

      public static <T> ArrayList<T> arrayList(int expectedNumberOfElements)
    • join

      public static <E> List<E> join(List<E> first, List<E> second)