Example usage for java.lang Object subclass-usage

List of usage examples for java.lang Object subclass-usage

Introduction

In this page you can find the example usage for java.lang Object subclass-usage.

Usage

From source file Enumerations.java

/**
 * @since 4.37
 * @author Jaroslav Tulach
 */
final class Enumerations extends Object {

From source file org.objectstyle.cayenne.event.EventSubject.java

/**
 * This class encapsulates the String that is used to identify the <em>subject</em> 
 * that a listener is  interested in. Using plain Strings causes several severe
 * problems:
 * <ul>
 * <li>it's easy to misspell a subject, leading to undesired behaviour at

From source file Enumerations.java

/**
 * @since 4.37
 * @author Jaroslav Tulach
 */
final class Enumerations extends Object {

From source file Enumerations.java

/**
 * @since 4.37
 * @author Jaroslav Tulach
 */
final class Enumerations extends Object {

From source file Enumerations.java

/**
 * @since 4.37
 * @author Jaroslav Tulach
 */
final class Enumerations extends Object {

From source file Enumerations.java

/**
 * @since 4.37
 * @author Jaroslav Tulach
 */
final class Enumerations extends Object {

From source file Utils.java

class SeqEn<T> extends Object implements Enumeration<T> {
    /** enumeration of Enumerations */
    private Enumeration<? extends Enumeration<? extends T>> en;

    /** current enumeration */
    private Enumeration<? extends T> current;

From source file nonjsp.application.BuildComponentFromTagImpl.java

/**
 * <B>BuildComponentFromTagImpl</B> is a class ...
 * <p/>
 * Copy of com.sun.faces.tree.BuildComponentFromTagImpl in order to remove
 * demo dependancy on RI.
 *

From source file org.opencds.terminology.apelon.ApelonDtsUtility.java

/**
 * <p>ApelonDtsUtility is used to mediate with the Apelon DTS API to facilitate its access and use.  This class was created referencing the ApelonDTSHandler class shared by the OpenInfobutton project.</p>
 * 
 * @author Kensaku Kawamoto
 * @version 1.00
 */

From source file org.opencms.setup.CmsSetupDb.java

/**
 * Helper class to call database setup scripts.<p>
 *
 * @since 6.0.0
 */
public class CmsSetupDb extends Object {