KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.poi.hssf.record.formula.AbstractFunctionPtg
    This class provides the base functionality for Excel sheet functions There are two kinds of function Ptgs - tFunc and tFuncVar Therefore, this class will have ONLY two subclasses @author Avik Sengupta @author Andrew C. Oliver (acoliver at apache dot org)
  • test.compliance.monitor.MonitorTestCase
    Monitor Notification Tests @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock</a>.
  • com.lowagie.text.Entities
    This class contains entities that can be used in an entity tag.
  • org.objectweb.jonas.jtests.clients.entity.F_EjbqlEC2
    This is an advanced test suite for home interface on entity bean EJBQL.
  • test.compliance.openmbean.OpenMBeanAttributeInfoSupportTestCase
    Open MBean Attribute Info tests.<p> @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock</a>.
  • com.mysql.jdbc.SQLError
    SQLError is a utility class that maps MySQL error codes to X/Open error codes as is required by the JDBC spec. @author Mark Matthews <mmatthew_at_worldserver.com> @version $Id: SQLError.java,v 1.1.2.2 2005/05/19 15:52:24 mmatthews Exp $
  • org.eclipse.jface.bindings.keys.SWTKeyLookup
    <p> A look-up table for the formal grammar for keys, and the integer values they represent. This look-up table is hard-coded to use SWT representations. By replacing this class (and {@link org.eclipse.jface.bindings.keys.SWTKeySupport}), you can remove the dependency on SWT. </p> @sin ...
  • 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.quartz.UICronTrigger
    <p> A concrete <code>{@link Trigger}</code> that is used to fire a <code>{@link Job}</code> at given moments in time, defined with Unix 'cron-like' definitions. </p> <p> What you should know about this particular trigger is that it is based on org.quartz. ...
  • org.apache.ojb.broker.metadata.RepositoryTags
    this class maintains a table mapping the xml-tags used in the repository.dtd to their corresponding ids used within OJB. This table is used in <br> 1. the RepositoryXmlHandler to identify tags on parsing the repository.xml in a large switch statement. 2. in the RepositoryPersistor to get the ...
  • org.jacorb.idl.lexer
    This class implements a scanner (aka lexical analyzer or lexer) for IDL. The scanner reads characters from a global input stream and returns integers corresponding to the terminal number of the next token. Once the end of input is reached the EOF token is returned on every subsequent ca ...
  • com.jcorporate.expresso.core.db.TypeMapper
    Type Mapper takes care of the job of mapping various Java types to SQL types. This, in turn, is used by items like DBCreate, Database Verifier, etc. The type mapper is embedded within the PersistenceManager. @author Michael Rimov @see com.jcorporate.expresso.core.dataobjects.PersistenceManager
  • org.objectstyle.cayenne.dba.TypesMapping
    A utility class that handles mappings of JDBC data types to the database types and Java types. Also contains methods that provide information about JDBC types. @author Michael Shengaout @author Andrei Adamchik
  • org.eclipse.jface.action.Action
    The standard abstract implementation of an action. <p> Subclasses must implement the <code>IAction.run</code> method to carry out the action's semantics. </p>
  • org.objectweb.cjdbc.controller.backend.DatabaseBackendMetaData
    A <code>DatabaseBackendMetaData</code> is used to retrieve the database schema of a real database backend that will have to be bound to a virtual C-JDBC database. @author <a HREF="mailto:Julie.Marguerite@inria.fr">Julie Marguerite </a> @author <a HREF="mailto:Emmanuel.C ...
  • org.xquark.mediator.DOMUtils.EvaluationVisitor
    A simple class for evaluating en attendant the real evaluator. evaluate the expression and return true or false
  • org.xquark.xquery.reconstruction.EvaluationVisitor
    A simple class for evaluating en attendant the real evaluator. evaluate the expression and return true or false
  • test.compliance.openmbean.TabularDataSupportTestCase
    Tabular data support tests.<p> @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock</a>.
  • org.eclipse.swt.internal.ole.win32.COMObject
  • org.objectweb.jonas.stests.appli.OrderEntryClerkSFR
  • org.apache.ojb.odmg.ObjectImageTest
    Copyright 2002-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 ...
  • org.apache.webdav.cmd.ClientLexer
    The Slide WebDAV client scanner. @version $Revision: 1.9 $ $Date: 2004/08/02 15:45:51 $
  • org.apache.commons.collections.TestCollectionUtils
    Tests for CollectionUtils. @author Rodney Waldhoff @author Matthew Hawthorne @author Stephen Colebourne @author Phil Steitz @author Steven Melzer @version $Revision: 1.38 $ $Date: 2004/04/27 20:00:18 $
  • SOFA.SOFAnode.Util.machineImpl
    The implementation class for automata. @author Stanislav Visnovsky @version 1.0.0
  • org.quartz.CronTrigger
    <p> A concrete <code>{@link Trigger}</code> that is used to fire a <code>{@link org.quartz.JobDetail}</code> at given moments in time, defined with Unix 'cron-like' definitions. </p> <p> For those unfamiliar with "cron", this means being able to create a ...
  • org.apache.xalan.xsltc.compiler.XPathParser
    CUP v0.10k generated parser. @version Fri Feb 27 09:33:43 EST 2004
  • 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 ...
  • org.hsqldb.util.JDBCTypes
    Base class for conversion from a different databases @author Nicolas BAZIN @version 1.7.0
  • org.objectweb.jonas.dbm.JDBCDataSource
    MBean class for JDBCDataSource Management This MBean manages a connection manager and its associated pool. This couple represents the JOnAS data source implementation @author Eric Hardesty JSR 77 (J2EE Management Standard) @author Adriana Danes add support for persistent reconfiguration
  • org.apache.ojb.tools.mapping.reversedb.Utilities
    @author <a HREF="mailto:bfl@florianbruckner.com">Florian Bruckner</a> @version $Id: Utilities.java,v 1.1 2004/05/05 16:39:05 arminw Exp $
  • com.sun.org.apache.xerces.internal.impl.xpath.XPath
    Bare minimum XPath parser. @author Andy Clark, IBM @version $Id: XPath.java,v 1.13 2004/02/09 22:50:01 kohsuke Exp $
  • org.apache.commons.collections.iterators.TestFilterListIterator
    Tests the FilterListIterator class. @version $Revision: 1.9 $ $Date: 2004/02/18 01:20:33 $ @author Rodney Waldhoff
  • org.apache.batik.transcoder.wmf.tosvg.WMFRecordStore
    Reads a WMF file, including an Aldus Placable Metafile Header. @author <a HREF="mailto:luano@asd.ie">Luan O'Carroll</a> @version $Id: WMFRecordStore.java,v 1.6 2004/08/18 07:15:47 vhardy Exp $
  • org.apache.commons.collections.TestMapUtils
    Tests for MapUtils. @version $Revision: 1.23 $ $Date: 2004/04/09 14:55:39 $ @author Stephen Colebourne @author Arun Mammen Thomas @author Max Rydahl Andersen @author Janek Bogucki
  • org.springframework.beans.BeanWrapperTests
    @author Rod Johnson @author Juergen Hoeller
  • org.apache.commons.collections.iterators.TestCollatingIterator
    Unit test suite for {@link CollatingIterator}. @version $Revision: 1.6 $ $Date: 2004/02/18 01:20:33 $ @author Rodney Waldhoff
  • 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.xquark.mediator.decomposer.AlgebraStructureVisitor
    This abstract represent a Node/Leaf use in the construction of the dependancy trees. to be commented ... : objectif of this class <code>AlgebraStructureVisitor</code> visit : 1. call <code>DepManager</code> to create Dependence tree. 2.
  • org.coach.idltree.XmlNode
  • org.apache.commons.jxpath.ri.model.BeanModelTestCase
    Abstract superclass for Bean access with JXPath. @author Dmitri Plotnikov @version $Revision: 1.19 $ $Date: 2004/02/29 14:17:45 $
  • com.icl.saxon.aelfred.XmlParser
    $Id: XmlParser.java,v 1.19 2000/02/26 04:30:20 mojo Exp $ Parse XML documents and return parse events through call-backs. Use the <code>SAXDriver</code> class as your entry point, as the internal parser interfaces are subject to change. @author Written by David Megginson &lt;dmegg ...
  • org.apache.batik.parser.TransformListParser
    This class implements an event-based parser for the SVG transform attribute values. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: TransformListParser.java,v 1.10 2004/08/18 07:14:47 vhardy Exp $
  • com.mysql.jdbc.ResultSet
    A ResultSet provides access to a table of data generated by executing a Statement. The table rows are retrieved in sequence. Within a row its column values can be accessed in any order. <P> A ResultSet maintains a cursor pointing to its current row of data. Initially the cursor is positione ...
  • org.jboss.cache.tests.replicated.SyncReplTxTest
    Replicated unit test for sync transactional TreeCache Note: we use DummyTransactionManager for Tx purpose instead of relying on jta. @version $Revision: 1.2 $
  • SOFA.SOFAnode.Util.DFSRChecker.parser.Builder
    This original code was written by Stanislav Visnovsky to be used by his checker in SOFAnode. I decided to reuse this part because the parser (class Builder) is exactly what I needed for my SOFA.SOFAnode.Util.objectweb.fractal.behprotocols.checker. The class for building the automata from a give ...
  • org.apache.ojb.broker.ReferenceTest
    Test case for checking the management of references. @author <a HREF="mailto:armin@codeAuLait.de">Armin Waibel</a> @version $Id: ReferenceTest.java,v 1.17.2.2 2005/03/11 20:13:01 brj Exp $
  • de.loskutov.bco.asm.DecompiledMethod
    @author Eric Bruneton
  • SOFA.SOFAnode.Util.DFSRChecker.node.ConsentNode
    Represents the consent operator.
  • org.jbpm.graph.action.ScriptTest
  • org.apache.tapestry.vlib.ejb.impl.OperationsBean
    Implementation of the {@link org.apache.tapestry.vlib.ejb.IOperations} stateless session bean. <p>Implenents a number of stateless operations for the front end. @version $Id: OperationsBean.java,v 1.7 2004/02/19 17:38:07 hlship Exp $ @author Howard Lewis Ship
Popular Tags