类的使用
cn.taketoday.util.ArrayHolder
使用ArrayHolder的程序包
-
cn.taketoday.util中ArrayHolder的使用
返回ArrayHolder的cn.taketoday.util中的方法修饰符和类型方法说明static <E> ArrayHolder<E>ArrayHolder.copyOf(ArrayHolder<E> holder) static <E> ArrayHolder<E>static <E> ArrayHolder<E>ArrayHolder.forGenerator(IntFunction<E[]> arrayGenerator) static <E> ArrayHolder<E>ArrayHolder.valueOf(E... array) static <E> ArrayHolder<E>参数类型为ArrayHolder的cn.taketoday.util中的方法修饰符和类型方法说明static voidCollectionUtils.addAll(ArrayHolder c, Object[] elements) static voidCollectionUtils.addAll(ArrayHolder c, Collection elements) static <E> ArrayHolder<E>ArrayHolder.copyOf(ArrayHolder<E> holder) static booleanCollectionUtils.isEmpty(ArrayHolder<?> holder) Returntrueif the supplied Collection isnullor empty.static booleanCollectionUtils.isNotEmpty(ArrayHolder<?> holder) Returntrueif the supplied Collection is notnulland empty.