Package tv.mycujoo.mclsplayercore.utils
Object MathUtils.Companion
-
- All Implemented Interfaces:
public class MathUtils.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static MathUtils.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegersafeLongToInt(Long numLong)Convert long to int safely. final LongconvertToEpochInMS(Long epoch)Convert to epoch timestamp in Milli-seconds -
-
Method Detail
-
safeLongToInt
final Integer safeLongToInt(Long numLong)
Convert long to int safely. Similar with Math.toIntExact() in Java 8.
- Parameters:
numLong- Number of type long to convert.
-
convertToEpochInMS
final Long convertToEpochInMS(Long epoch)
Convert to epoch timestamp in Milli-seconds
- Parameters:
epoch- epoch in second or milli-second format
-
-
-
-