All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.lang.Math Maven / Gradle / Ivy

Go to download

Zero-allocation implementations of fast non-cryptographic hash functions for byte sequences or blocks of memory

There is a newer version: 0.27ea0
Show newest version
package java.lang;

/**
 * Stub for JDK internal ckass java.lang.Math.
 *
 * - When crossing compiling for Java SE 7 and 8, this stub class can be used for detecting
 *   Math#multiplyHigh() method at runtime.
 * - Only used methods are exported.
 * - In test and production runtime, the real class is loaded from boot classpath.
 */

public class Math {
    public static long multiplyHigh(long x, long y) { throw new UnsupportedOperationException(); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy