Example usage for java.lang Cloneable interface-usage

List of usage examples for java.lang Cloneable interface-usage

Introduction

In this page you can find the example usage for java.lang Cloneable interface-usage.

Usage

From source file cn.wensiqun.asmsupport.core.utils.memory.Stack.java

/**
 * 
 * @author (Joe Wen)
 *
 */
public class Stack implements Printable, Cloneable {

From source file org.nuclos.client.ui.model.ChoiceList.java

/**
 * Encapsulates the lists of available and selected objects, resp.
 * The selected fields are shown as columns in the result table.
 * The selected fields are always in sync with the table column model, but not necessarily
 * with the table model's columns.
 * <p>

From source file com.baidu.rigel.biplatform.ac.minicube.OlapElementDef.java

/**
 * 
 * ???????????? ???
 * 
 * @author xiaoming.chen
 *

From source file wilos.model.misc.concreteiteration.ConcreteIteration.java

/**
 * @author Sebastien
 *
 */
public class ConcreteIteration extends ConcreteActivity implements Cloneable {

From source file org.investovator.agentsimulation.multiasset.report.statistics.TopOrdersStatReport.java

/**
 * @author rajith
 * @version ${Revision}
 */
public class TopOrdersStatReport implements MultiStatReport, Serializable, Cloneable, Resetable {

From source file net.sf.eclipsecs.core.config.ResolvableProperty.java

/**
 * Represents a configuration property who's value must be resolved.
 * 
 * @author David Schneider
 * @author Lars Kdderitzsch
 */

From source file IntArrayList.java

/**
 * A variation on the standard ArrayList class that efficiently handles arrays
 * of integers.
 * Using this class rather than <tt>ArrayList</tt> avoids the need to "box" each
 * element in an instance of <tt>java.lang.Integer</tt>.
 * It is useful where performance is important.

From source file nl.strohalm.cyclos.utils.Amount.java

/**
 * Represents a percentage or fixed value
 * @author luis
 */
public class Amount implements Serializable, Cloneable {

From source file org.ejbca.core.model.ca.certificateprofiles.CertificatePolicy.java

/** NOTE! This class is only kept for upgrade and backwards compatibility purposes.
 * Replaced by org.cesecore.certificates.certificateprofile.CertificatePolicy
 * 
 * @version $Id: CertificatePolicy.java 19902 2014-09-30 14:32:24Z anatom $
 */
public class CertificatePolicy implements Serializable, Cloneable {

From source file org.robam.xutils.http.client.entity.BodyParamsEntity.java

public class BodyParamsEntity extends AbstractHttpEntity implements Cloneable {

    protected byte[] content;

    private boolean dirty = true;