public class Util
extends Object
Created by covers1624 on 23/2/21.
-
Constructor Summary
Constructors
-
Method Summary
static <T> int
static <T> void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
reverse
public static <T> void reverse(List<T> list)
-
safeConcat
public static <T> Iterable<T> safeConcat(@Nullable
@Nullable List<T> a,
@Nullable
@Nullable List<T> b)
-
-
indexOf
public static <T> int indexOf(Iterable<? extends T> things,
Predicate<? super T> pred)