Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comparable ¶
type Comparator ¶
Comparator is a BiFunction, which two input arguments are the type, and returns a int. if t1 is greater then t2, it returns a positive number; if t1 is less then t2, it returns a negative number; if the two input are equal, it returns 0
Click to show internal directories.
Click to hide internal directories.