接口 | 说明 |
---|---|
Predicate<T> |
Interface used to select items within an iterator against a predicate.
|
类 | 说明 |
---|---|
MathUtils |
Utility and fast math functions.
|
Predicate.PredicateIterable<T> | |
Predicate.PredicateIterator<T> | |
QuickSelect<T> |
Implementation of Tony Hoare's quickselect algorithm.
|
RandomXS128 |
This class implements the xorshift128+ algorithm that is a very fast, top-quality 64-bit pseudo-random number generator.
|
Select |
This class is for selecting a ranked element (kth ordered statistic) from an unordered list in faster time than sorting the
whole array.
|
Sort |
Provides methods to sort arrays of objects.
|
异常错误 | 说明 |
---|---|
GdxRuntimeException |
Typed runtime exception used throughout libgdx
|