Examples of assertIsSorted()


Examples of com.sun.java.util.jar.pack.ConstantPool.Index.assertIsSorted()

            assert(byTagU[i] == null)// all consumed
        }
        for (int i = 0; i < ConstantPool.TAGS_IN_ORDER.length; i++) {
            byte tag = ConstantPool.TAGS_IN_ORDER[i];
            Index ix = cp.getIndexByTag(tag);
            assert(ix.assertIsSorted());
            if (verbose > 2Utils.log.fine(ix.dumpString());
        }
    }

    // Use this before writing the class files.
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.