Interface CollectionUtil


public interface CollectionUtil
  • Method Details

    • toStream

      static <T, C extends Iterable<T>> Stream<T> toStream(C iterable)
    • isEmpty

      static boolean isEmpty(Iterable<?> iterable)
    • isNotEmpty

      static boolean isNotEmpty(Iterable<?> iterable)
    • size

      static long size(Iterable<?> iterable)