public class CostUtils
extends java.lang.Object
Constructor and Description |
---|
CostUtils() |
Modifier and Type | Method and Description |
---|---|
static long |
add(long count1,
long count2)
In cost calculations we don't want to overflow and a have large positive row count turn into a negative count.
|
public static long add(long count1, long count2)