Searched refs:unstableRemoveIf (Results 1 – 3 of 3) sorted by relevance
473 assertThat(ArrayUtils.unstableRemoveIf(array, (o) -> { in testUnstableRemoveIf()
709 public static <T> int unstableRemoveIf(@Nullable ArrayList<T> collection, in unstableRemoveIf() method in ArrayUtils
821 public static <T> int unstableRemoveIf(@Nullable ArrayList<T> collection, in unstableRemoveIf() method in ArrayUtils