Class CollectionUtils


  • public final class CollectionUtils
    extends Object
    NOTE: Please don't use this class directly as it is part of the internal API. Class name and methods can be changed any time.
    Author:
    Hakan Altindag
    • Method Detail

      • isEmpty

        public static boolean isEmpty​(List<?> collection)
      • toUnmodifiableList

        @SafeVarargs
        public static <T> List<T> toUnmodifiableList​(T... values)