Here you can find the source of primeProcessPart(BigInteger from)
public static Boolean primeProcessPart(BigInteger from)
//package com.java2s; /**//from w ww. java 2 s . c o m * Copyright (c)2015-2016 https://github.com/javahuang/rp * <p/> * Licensed under Apache License,Version 1.0 */ import java.math.BigInteger; public class Main { public static Boolean primeProcessPart(BigInteger from) { return null; } }