public static <T> boolean isEmpty(final T... array) 如何理解?(泛型、可变参数、参数前final)

NoSuchKey