Class CollectionsUtils

java.lang.Object
pl.sparkbit.commons.util.CollectionsUtils

public final class CollectionsUtils extends Object
  • Method Details

    • emptyIfNull

      public static <T> List<T> emptyIfNull(List<T> list)
    • emptyIfNull

      public static <T> Set<T> emptyIfNull(Set<T> set)
    • emptyIfNull

      public static <K, V> Map<K,V> emptyIfNull(Map<K,V> map)