KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > ArrayIndexOutOfBoundsException > Top Examples

  • org.enhydra.apache.xerces.readers.UTF8Reader
    This is the primary reader used for UTF-8 encoded byte streams. <p> This reader processes requests from the scanners against the underlying UTF-8 byte stream, avoiding when possible any up-front transcoding. When the StringPool handle interfaces are used, the information in the data stream ...
  • org.apache.xalan.templates.Stylesheet
    Represents a stylesheet element. <p>All properties in this class have a fixed form of bean-style property accessors for all properties that represent XSL attributes or elements. These properties have setter method names accessed generically by the processor, and so these names must be fixed ...
  • org.apache.commons.beanutils.PropertyUtilsTestCase
    <p>Test Case for the PropertyUtils class. The majority of these tests use instances of the TestBean class, so be sure to update the tests if you change the characteristics of that class.</p> <p>So far, this test case has tests for the following methods of the <code>Proper ...
  • org.apache.commons.beanutils.DynaPropertyUtilsTestCase
    Test accessing DynaBeans transparently via PropertyUtils. @author Craig R. McClanahan @version $Revision: 1.12 $ $Date: 2004/02/28 13:18:36 $
  • org.jboss.mq.SpyStreamMessage
    This class implements javax.jms.StreamMessage @author Norbert Lataille (Norbert.Lataille@m4x.org) @author <a HREF="mailto:adrian@jboss.org">Adrian Brock</a> @version $Revision: 1.9.6.2 $
  • org.apache.poi.util.ShortField
    representation of a short (16-bit) field at a fixed location within a byte array @author Marc Johnson (mjohnson at apache dot org
  • org.apache.tools.ant.Main
    Command line entry point into Ant. This class is entered via the canonical `public static void main` entry point and reads the command line arguments. It then assembles and executes an Ant project. <p> If you integrating Ant into some other tool, this is not the class to use as an entry poin ...
  • org.enhydra.apache.xerces.utils.UTF8DataChunk
  • org.jboss.mx.capability.ReflectedMBeanDispatcher
    Directs DynamicMBean calls to underlying resource via reflection. It's suitable for use as a StandardMBean or as the resource for a ModelMBean. @author <a HREF="mailto:trevor@protocool.com">Trevor Squires</a>. @author <a HREF="mailto:juha@jboss.org">Juha Lindfors</a>
  • org.eclipse.jdt.internal.core.util.CharArrayBuffer
    The <code>CharArrayBuffer</code> is intended as a lightweight partial implementation of the StringBuffer class, but using <code>char[]'s</code> instead of Strings. <p>The <code>CharArrayBuffer</code> maintains a list of <code>char[]'s</code> w ...
  • org.apache.commons.collections.iterators.ObjectArrayIterator
    An {@link Iterator} over an array of objects. <p> This iterator does not support {@link #remove}, as the object array cannot be structurally modified. <p> The iterator implements a {@link #reset} method, allowing the reset of the iterator back to the start if required. @since Commons ...
  • com.lowagie.text.pdf.codec.postscript.PAContext
  • com.sun.org.apache.xml.internal.dtm.ref.DTMStringPool
    <p>DTMStringPool is an "interning" mechanism for strings. It will create a stable 1:1 mapping between a set of string values and a set of integer index values, so the integers can be used to reliably and uniquely identify (and when necessary retrieve) the strings.</p> <p>Design P ...
Popular Tags