KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.ws.jaxme.js.ConditionalIndentationJavaSourceObject
    @author <a HREF="mailto:joe@ispsoft.de">Jochen Wiedmann</a>
  • org.apache.ws.jaxme.js.ConditionalIndentationEngine
    @author <a HREF="mailto:joe@ispsoft.de">Jochen Wiedmann</a>
  • thinlet.Thinlet
  • test.serialization.SerializeTestCase
    Tests serialization with the RI @todo Proper equality tests instead of toString() @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock</a>.
  • org.apache.wsif.logging.Trc
    Trc provides trace support for WSIF and is a wrapper around commons-logging. It adds value to commons-logging by providing entry/exit/exception trace; never throwing an exception back even if asked to trace something really stupid; and tracing references to large WSDL objects, unless specifically ...
  • org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
    This is still subject to changes before 3.0. @since 3.0
  • VTransformer.UnparseVisitor
  • org.codehaus.groovy.runtime.DefaultGroovyMethods
    This class defines all the new groovy methods which appear on normal JDK classes inside the Groovy environment. Static methods are used with the first parameter the destination class. @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @author Jeremy Rayner @author Sa ...
  • org.apache.ws.jaxme.js.IndentationEngineImpl
    @author <a HREF="mailto:joe@ispsoft.de">Jochen Wiedmann</a> @version $Id: IndentationEngineImpl.java,v 1.5 2005/04/21 11:25:23 mac Exp $
  • org.jaxen.XPathTestBase
  • org.apache.batik.parser.FragmentIdentifierParser
    This class represents an event-based parser for the SVG fragment identifiers. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: FragmentIdentifierParser.java,v 1.14 2005/03/27 08:58:35 cam Exp $
  • org.jboss.ejb.plugins.cmp.jdbc.EJBQLToSQL92Compiler
    Compiles EJB-QL and JBossQL into SQL using OUTER and INNER joins. @author <a HREF="mailto:alex@jboss.org">Alex Loubyansky</a> @version $Revision: 1.16 $
  • org.codehaus.groovy.runtime.InvokerHelper
    A static helper class to make bytecode generation easier and act as a facade over the Invoker @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @version $Revision: 1.57 $
  • org.apache.commons.collections.map.MultiKeyMap
    A <code>Map</code> implementation that uses multiple keys to map the value. <p> This class is the most efficient way to uses multiple keys to map to a value. The best way to use this class is via the additional map-style methods. These provide <code>get</code>, <co ...
  • test.compliance.openmbean.TabularDataSupportTestCase
    Tabular data support tests.<p> @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock</a>.
  • org.codehaus.groovy.runtime.ScriptBytecodeAdapter
    A static helper class to make bytecode generation easier and act as a facade over the Invoker. @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @version $Revision: 1.8 $
  • org.apache.ws.jaxme.js.IndentationEngine
    @author <a HREF="mailto:joe@ispsoft.de">Jochen Wiedmann</a> @version $Id: IndentationEngine.java,v 1.2 2004/02/16 23:39:55 jochen Exp $
  • thinlet.amazon.AmazonExplorer
  • org.jboss.aop.reflection.ReflectionAspect
    @author <a HREF="mailto:kabirkhan@bigfoot.com">Kabir Khan</a> <p/> Aspect to intercept calls to the reflection API. Calls to Class.newInstance(), Field.setXXX(), Field.getXXX(), Constructor.newInstance() don't get intercepted even though the underlying constructor/field might hav ...
  • org.apache.ojb.broker.metadata.JdbcTypesHelper
    Copyright 2003-2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law ...
  • SOFA.SOFAnode.Made.CDL.parser
    CUP v0.10k generated parser. @version Wed Jul 13 11:10:21 CEST 2005
  • org.jboss.ejb.plugins.cmp.ejbql.BasicVisitor
    This a basic abstract syntax tree visitor. It simply converts the tree back into ejbql. This is useful for testing and extensions, as most extensions translate just a few elements of the tree. @author <a HREF="mailto:dain@daingroup.com">Dain Sundstrom</a> @version $Revision: 1.10 $
  • edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
    This class implements a variant of java.util.ArrayList in which all mutative operations (add, set, and so on) are implemented by making a fresh copy of the underlying array. <p> This is ordinarily too costly, but it becomes attractive when traversal operations vastly overwhelm mutations, and ...
  • groovy.lang.MetaClass
    Allows methods to be dynamically added to existing classes at runtime @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @author Guillaume Laforge @version $Revision: 1.85 $
  • org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
    @xerces.internal @author Sandy Gao, IBM @author Neeraj Bajaj, Sun Microsystems, inc. @version $Id: XSSimpleTypeDecl.java,v 1.74 2005/06/24 17:19:21 mrglavas Exp $
  • org.apache.cocoon.generation.JXTemplateGenerator
    @cocoon.sitemap.component.documentation Provides a generic page template with embedded JSTL and XPath expression substitution to access data sent by Cocoon Flowscripts. @cocoon.sitemap.component.name jx @cocoon.sitemap.component.label content @cocoon.sitemap.component.logger sitemap.generator. ...
  • org.springframework.orm.hibernate3.HibernateTemplate
    Helper class that simplifies Hibernate data access code, and converts checked HibernateExceptions into unchecked DataAccessExceptions, following the <code>org.springframework.dao</code> exception hierarchy. Uses the same SQLExceptionTranslator mechanism as JdbcTemplate. <p>Typic ...
  • org.objectweb.jorm.runtime.basictype.GenericAccessor
    This class is an implementation of the PAccessorGen interface for a persistent object which have only one field. Only the primitive type (no reference) are supported. @author S.Chassande-Barrioz
  • org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLCompiler
    Compiles EJB-QL and JBossQL into SQL. @author <a HREF="mailto:dain@daingroup.com">Dain Sundstrom</a> @author <a HREF="mailto:alex@jboss.org">Alex Loubyansky</a> @version $Revision: 1.39 $
  • org.apache.poi.util.POILogger
    A logger interface that strives to make it as easy as possible for developers to write log calls, while simultaneously making those calls as cheap as possible by performing lazy evaluation of the log message.<p> @author Marc Johnson (mjohnson at apache dot org) @author Glen Stampoultzis (gl ...
  • org.objectweb.jonas_ejb.lib.EjbqlAbstractVisitor
    Base class with visitor utility class and default implementation of visit methods Created on Sep 12, 2002 @author Christophe Ney [cney@batisseurs.com]: Initial developer @author Helene Joanin: Add the toString() method to IdValue. @author Helene Joanin: Add some utility methods as endsWith(), bas ...
  • org.objectweb.jonas_ejb.deployment.ejbql.EJBQLVisitor
  • Olj.util.OljSwitch
    <!-- begin-user-doc --> The <b>Switch</b> for the model's inheritance hierarchy. It supports the call {@link #doSwitch(EObject) doSwitch(object)} to invoke the <code>caseXXX</code> method for each class of the model, starting with the actual class of the object and pr ...
  • org.hibernate.impl.SessionImpl
    Concrete implementation of a Session, and also the central, organizing component of Hibernate's internal implementation. As such, this class exposes two interfaces; Session itself, to the application, and SessionImplementor, to other components of Hibernate. This class is not threadsafe. @author ...
  • org.apache.jetspeed.xml.api.jcm.ChannelDescriptor
    @version $Revision$ $Date$
  • org.hibernate.persister.entity.BasicEntityPersister
    Basic functionality for persisting an entity via JDBC through either generated or custom SQL @author Gavin King
  • org.eclipse.jdt.core.dom.ASTMatcher
    Concrete superclass and default implementation of an AST subtree matcher. <p> For example, to compute whether two ASTs subtrees are structurally isomorphic, use <code>n1.subtreeMatch(new ASTMatcher(), n2)</code> where <code>n1</code> and <code>n2</code> ar ...
  • org.apache.commons.jexl.parser.ParserVisitor
  • org.objectweb.joram.shared.selectors.Checker
    CUP v0.10j generated parser. @version Fri Jun 18 16:25:40 CEST 2004
  • org.apache.axis.i18n.RB
    CURRENTLY NOT USED KEEPING FOR REFERENCE 9/19/2002 <p>Wrapper class for resource bundles. Property files are used to store resource strings, which are the only types of resources available. Property files can inherit properties from other files so that a base property file can be used and ...
  • org.springframework.orm.toplink.TopLinkTemplate
    Helper class that simplifies TopLink data access code, and converts TopLinkExceptions into unchecked DataAccessExceptions, following the <code>org.springframework.dao</code> exception hierarchy. Uses the same SQLExceptionTranslator mechanism as JdbcTemplate. <p>Typically used to ...
  • org.objectweb.jac.aspects.gui.GenericFactory
    This class implements static methods that generically create GUI items. Depending on the actual view factory, the created items are for SWING, WEB or other GUI.
  • org.eclipse.jface.viewers.AbstractTreeViewer
    Abstract base implementation for tree-structure-oriented viewers (trees and table trees). <p> Nodes in the tree can be in either an expanded or a collapsed state, depending on whether the children on a node are visible. This class introduces public methods for controlling the expanding and c ...
  • org.apache.commons.lang.ArrayUtils
    <p>Operations on arrays, primitive arrays (like <code>int[]</code>) and primitive wrapper arrays (like <code>Integer[]</code>).</p> <p>This class tries to handle <code>null</code> input gracefully. An exception will not be thrown for a <cod ...
  • org.eclipse.emf.importer.rose.builder.RoseEcoreBuilder
    Traverses the Rose file and create eCore object in memory.
  • com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache
    A version of Hashtable that supports mostly-concurrent reading, but exclusive writing. Because reads are not limited to periods without writes, a concurrent reader policy is weaker than a classic reader/writer policy, but is generally faster and allows more concurrency. This class is a good choice ...
  • groovy.swing.SwingBuilder
    A helper class for creating Swing widgets using GroovyMarkup @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @version $Revision: 1.13 $
  • org.eclipse.emf.ecore.util.DelegatingFeatureMap
  • org.apache.commons.collections.bidimap.TreeBidiMap
    Red-Black tree-based implementation of BidiMap where all objects added implement the <code>Comparable</code> interface. <p> This class guarantees that the map will be in both ascending key order and ascending value order, sorted according to the natural order for the key's and va ...
  • org.jboss.util.collection.WeakIdentityHashMap
    A hashtable-based <tt>Map</tt> implementation with <em>weak keys</em> and using reference-equality in place of object-equality when comparing keys (and values). In an <tt>WeakIdentityHashMap</tt>, two keys <tt>k1</tt> and <tt>k2</tt> are ...
Popular Tags