Class Select
java.lang.Object
zombie.entity.util.Select
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Selectinstance()<T> Tselect(T[] items, Comparator<T> comp, int kthLowest, int size) <T> intselectIndex(T[] items, Comparator<T> comp, int kthLowest, int size)
-
Constructor Details
-
Select
public Select()
-
-
Method Details
-
instance
-
select
-
selectIndex
-