KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.commons.collections.list.AbstractTestList
    Abstract test class for {@link java.util.List} methods and contracts. <p> To use, simply extend this class, and implement the {@link #makeEmptyList} method. <p> If your {@link List} fails one of these tests by design, you may still use this base set of cases. Simply override the test ...
  • org.apache.commons.lang.ArrayUtilsRemoveTest
    Tests ArrayUtils remove and removeElement methods. @author Maarten Coene @version $Id: ArrayUtilsRemoveTest.java 161244 2005-04-14 06:16:36Z ggregory $
  • org.alfresco.filesys.util.DataPacker
    The data packing class is a static class that is used to pack and unpack basic data types to/from network byte order and Intel byte order.
  • org.eclipse.jdt.internal.core.util.PublicScanner
  • org.apache.commons.collections.TestIteratorUtils
    Tests for IteratorUtils. @version $Revision: 1.16 $ $Date: 2004/05/26 21:56:45 $ @author Unknown
  • com.jgoodies.forms.layout.CellConstraints
    Defines constraints for components that are layed out with the {@link FormLayout}. Defines the components display area: grid&nbsp;x, grid&nbsp;y, grid width (column span), grid height (row span), horizontal alignment and vertical alignment. <p> Most methods return <em>this</ ...
  • org.xmlpull.mxp1.MXParser
    TODO best handling of interning issues have isAllNewStringInterned ??? TODO handling surrogate pairs: http://www.unicode.org/unicode/faq/utf_bom.html#6 TODO review code for use of bufAbsoluteStart when keeping pos between next()/fillBuf() Absolutely minimal implementaion of XMLPULL V1 API @author ...
  • javolution.util.FastTable
    <p> This class represents a random access collection with real-time behavior; smooth capacity increase (no array resize/copy ever) and no memory allocation as long as the collection size does not exceed its initial capacity.</p> <p> This class has the following advantages over t ...
  • org.eclipse.emf.common.util.BasicEList
    A highly extensible list implementation.
  • javolution.lang.TextBuilder
    <p> This class represents an {@link Appendable} text whose capacity expands gently without incurring expensive resize/copy operations ever.</p> <p> This class is not intended for large documents manipulations which should be performed with the {@link Text} class directly (<co ...
  • nu.xom.tests.NodesTest
    <p> Various basic tests for the <code>Nodes</code> class. </p> @author Elliotte Rusty Harold @version 1.0
  • org.apache.batik.gvt.CompositeGraphicsNode
    A CompositeGraphicsNode is a graphics node that can contain graphics nodes. @author <a HREF="mailto:Thierry.Kormann@sophia.inria.fr">Thierry Kormann</a> @version $Id: CompositeGraphicsNode.java,v 1.44 2005/03/27 08:58:34 cam Exp $
  • org.eclipse.emf.ecore.util.BasicFeatureMap
  • org.apache.commons.lang.exception.NestableDelegateTestCase
    Tests the org.apache.commons.lang.exception.NestableDelegate class. @author <a HREF="mailto:steven@caswell.name">Steven Caswell</a> @author <a HREF="mailto:dlr@finemaltcoding.com">Daniel Rall</a> @version $Id: NestableDelegateTestCase.java 161244 2005-04-14 06:16:36Z ggreg ...
  • com.sleepycat.util.UtfOps
    UTF operations with more flexibility than is provided by DataInput and DataOutput. @author Mark Hayes
  • org.apache.commons.collections.primitives.RandomAccessShortList
    Abstract base class for {@link ShortList}s backed by random access structures like arrays. <p /> Read-only subclasses must override {@link #get} and {@link #size}. Mutable subclasses should also override {@link #set}. Variably-sized subclasses should also override {@link #add} and {@link # ...
  • org.eclipse.ui.editors.text.DocumentInputStream
    An <code>InputStream</code> that reads from an <code>IDocument</code>. The input stream ensures that its content is the same as the document content when the stream was created. <p> Note that {@link #close()} must be called to release any acquired resources. </p> ...
  • org.apache.myfaces.el.PropertyResolverImpl
    @author Manfred Geiler (latest modification by $Author: mmarinschek $) @author Anton Koinov @version $Revision: 1.31 $ $Date: 2005/01/09 18:15:12 $ $Log: PropertyResolverImpl.java,v $ Revision 1.31 2005/01/09 18:15:12 mmarinschek small changes - better error handling, label renderer supports mor ...
  • com.thaiopensource.validate.auto.RewindableInputStream
Popular Tags