Searched defs:ChunkedIntArray (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DChunkedIntArray.java19 * $Id: ChunkedIntArray.java 468653 2006-10-28 07:07:05Z minchau $
27 * <code>ChunkedIntArray</code> is an extensible array of blocks of integers.
40 final class ChunkedIntArray class
57 ChunkedIntArray(int slotsize) method in class:ChunkedIntArray
60 throw new ArrayIndexOutOfBoundsException(XMLMessages.createXMLMessage(XMLErrorResources.ER_CHUNKEDINTARRAY_NOT_SUPPORTED, new Object[]{Integer.toString(slotsize)})); //"ChunkedIntArray("+slotsize+") not currently supported");
62 System.out.println("*****WARNING: ChunkedIntArray("+slotsize+") wasting "+(this.slotsize-slotsize)+" words per slot");
152 // rather than a ChunkedIntArray feature.)

Completed in 109 milliseconds