Class Select

java.lang.Object
zombie.entity.util.Select

public class Select extends Object
  • Constructor Details

    • Select

      public Select()
  • Method Details

    • instance

      public static Select instance()
    • select

      public <T> T select(T[] object, Comparator<T> comparator, int int1, int int2)
    • selectIndex

      public <T> int selectIndex(T[] object, Comparator<T> comparator, int int1, int int0)