public class ArrayUtils extends Object
static <T> T[]
filter(T[] array, Predicate<T> predicate, Class<? extends T> theClass)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> T[] filter(T[] array, Predicate<T> predicate, Class<? extends T> theClass)
Copyright © 2005–2018. All rights reserved.