Node By F
Comparator for nodes based on their f-values (in reference to the A* algorithm).
Constructors
Functions
Inherited functions
reversed
Link copied to clipboard
thenComparing
Link copied to clipboard
open fun <U : Comparable<U>> thenComparing(p0: Function<in Node, out U>): Comparator<Node>
Content copied to clipboard
open fun <U : Any> thenComparing(p0: Function<in Node, out U>, p1: Comparator<in U>): Comparator<Node>
Content copied to clipboard
thenComparingDouble
Link copied to clipboard
open fun thenComparingDouble(p0: ToDoubleFunction<in Node>): Comparator<Node>
Content copied to clipboard
thenComparingInt
Link copied to clipboard
thenComparingLong
Link copied to clipboard
open fun thenComparingLong(p0: ToLongFunction<in Node>): Comparator<Node>
Content copied to clipboard