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

com.sageserpent.americium.java.CaseFactory Maven / Gradle / Ivy

package com.sageserpent.americium.java;

import java.math.BigInteger;

public abstract class CaseFactory {
    public abstract Case apply(BigInteger input);

    public abstract BigInteger lowerBoundInput();

    public abstract BigInteger upperBoundInput();

    public abstract BigInteger maximallyShrunkInput();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy