Package ch.akuhn.values

Examples of ch.akuhn.values.IntegerValue


        this.initialConfiguration = initialConfiguration;
        return this;
    }

    public IntegerValue mapSizeValue() {
        return new IntegerValue(512);
    }
View Full Code Here

TOP

Related Classes of ch.akuhn.values.IntegerValue

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.