KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.poi.util.TestBinaryTree
    Class TestBinaryTree @author Marc Johnson (mjohnson at apache dot org)
  • org.objectweb.jonas_ejb.container.jorm.Set
    This class is a basic implementation of the java.util.Set based on the generic class implementation (GenClassImpl) and the Collection implementation. This class can be used to represent a relation between bean. @author S.Chassande-Barrioz : Initial developer @author Helene Joanin : fix bugs in th ...
  • org.eclipse.ui.internal.texteditor.quickdiff.DocumentLineDiffer
    Standard implementation of <code>ILineDiffer</code> as an incremental diff engine. A <code>DocumentLineDiffer</code> can be initialized to some start state. Once connected to a <code>IDocument</code> and a reference document has been set, changes reported via th ...
  • org.apache.poi.hpsf.ClassID
    <p>Represents a class ID (16 bytes). Unlike other little-endian type the {@link ClassID} is not just 16 bytes stored in the wrong order. Instead, it is a double word (4 bytes) followed by two words (2 bytes each) followed by 8 bytes.</p> @author Rainer Klute <a HREF="mailto:klute@r ...
  • com.hp.hpl.jena.util.iterator.ArrayIterator
    An Iterator for arrays. @author Jeremy Carroll @version Release='$Name: $' Revision='$Revision: 1.4 $' Date='$Date: 2005/02/21 12:19:13 $'
Popular Tags