Class CollectionHelper

java.lang.Object
io.bdeploy.common.util.CollectionHelper

public class CollectionHelper extends Object
  • Method Details

    • indexOf

      public static <T> int indexOf(List<T> list, Predicate<T> match)
      Searches for the index of an element in the list by using a predicated.