Searched defs:removeElement (Results 1 – 2 of 2) sorted by relevance
55 public static <T> T[] removeElement(Class<T> kind, T[] array, T element) { in removeElement() method in ArrayUtils
345 public static @Nullable <T> T[] removeElement(Class<T> kind, @Nullable T[] array, T element) { in removeElement() method in ArrayUtils