List of usage examples for java.lang Math multiplyExact
@HotSpotIntrinsicCandidate public static long multiplyExact(long x, long y)
From source file:org.codice.alliance.video.stream.mpegts.rollover.MegabyteCountRolloverCondition.java
private long getByteCountThreshold() { return Math.multiplyExact(megabyteCountThreshold, MEGABYTE_TO_BYTE_FACTOR); }