KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.xquark.xquery.normalize.SubstituteVisitor
  • org.jfree.util.junit.ObjectUtilitiesTests
    Some tests for the {@link ObjectUtilities} class.
  • org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
    An abstract base class that you can use to implement a new {@link CategoryItemRenderer}. When you create a new {@link CategoryItemRenderer} you are not required to extend this class, but it makes the job easier.
  • org.apache.wsif.base.WSIFDefaultMessage
    A DefaultWSIFMessage is a default implementation of WSIFMessage holding a collection of WSIFParts corresponding to the parts of a message as defined in WSDL. @author Paul Fremantle @author Alekander Slominski @author Matthew J. Duftler @author Sanjiva Weerawarana @author Nirmal Mukhi @author Owen ...
  • org.xquark.mediator.algebra.AlgSource
    This class represent the terminal leaf of the dependancy tree. It is generated after atomization (and is resulted from the transformation of DepSource that disappear).
  • org.apache.commons.collections.BeanMap
    An implementation of Map for JavaBeans which uses introspection to get and put properties in the bean. <p> If an exception occurs during attempts to get or set a property then the property is considered non existent in the Map @since Commons Collections 1.0 @version $Revision: 1.29 $ $Date: ...
  • com.jcorporate.expresso.core.controller.Controller
    A sequence of interaction with a user is defined as a &quot;Controller&quot;. <p/> An Expresso controller is best thought of as a finite state machine. The only real difference is that because of the stateless nature of the web, anybody can reach any state with using the &quot;s ...
  • org.enhydra.apache.xerces.validators.datatype.ENTITYDatatypeValidator
    ENTITYDatatypeValidator implements the DatattypeValidator interface. This validator embodies the ENTITY attribute type from XML1.0 recommendation. The Value space of ENTITY is the set of all strings that match the NCName production and have been declared as an unparsed entity in a document type de ...
  • org.apache.xml.utils.ObjectVector
    A very simple table that stores a list of objects. This version is based on a "realloc" strategy -- a simle array is used, and when more storage is needed, a larger array is obtained and all existing data is recopied into it. As a result, read/write access to existing nodes is O(1) fast but appen ...
Popular Tags