Package memory

Examples of memory.EnvironmentException


    public final int quickGet(final int index) {
        return get(index);
    }

    public final int set(final int index, final int val) {
        throw new EnvironmentException("setting an element is not permitted on this structure");
    }
View Full Code Here

TOP

Related Classes of memory.EnvironmentException

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.