Package util.objects.setDataStructures.matrix

Examples of util.objects.setDataStructures.matrix.Set_Array


     *
     * @param n maximal size of the set
     * @return a new set
     */
    public static ISet makeArray(int n) {
        return new Set_Array(n);
    }
View Full Code Here

TOP

Related Classes of util.objects.setDataStructures.matrix.Set_Array

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.