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 edu.purdue.cc.bionet.util.Spectrum.java

public class Spectrum implements PaintScale, Cloneable {
    protected Range range;
    protected Paint outOfRangePaint = null;

    public Spectrum() {
        this(0.0, 1.0);

From source file com.cloudbase.CBMultipartEntity.java

public class CBMultipartEntity extends AbstractHttpEntity implements Cloneable {
    /* package */ static final String CRLF = "\r\n"; //$NON-NLS-1$

    private List<CBPart> parts = new ArrayList<CBPart>();

    private CBBoundary boundary;

From source file com.igormaznitsa.mindmap.model.Extra.java

public abstract class Extra<T> implements Serializable, Constants, Cloneable {

    private static final long serialVersionUID = 2547528075256486018L;

    public enum ExtraType {

From source file ru.jts_dev.common.packets.StaticOutgoingMessageWrapper.java

/**
 * Represent immutable static packet. All subclasses of this class should be immutable too.
 * This class use {@link Object#clone()} to perform copy of it object.
 * It means, that all fields of this class (and subclasses) wil be cloned lazily
 * and must be guarantee immutable.
 *

From source file org.neuroph.core.Weight.java

/**
 * Neuron connection weight.
 *
 * @see Connection
 * @author Zoran Sevarac <sevarac@gmail.com>
 */

From source file org.okinawaopenlabs.ofpm.json.device.PortInfo.java

public class PortInfo implements Cloneable {
    private String portName;
    private Integer portNumber;
    private Integer band;
    private String network;

From source file com.plugin.excel.types.ExcelCell.java

/**
 * It stores excel row-cell
 * 
 * @author rdhabal
 *
 */

From source file it.unibas.spicy.model.paths.VariableProvenanceCondition.java

public class VariableProvenanceCondition implements Cloneable {

    private static Log logger = LogFactory.getLog(VariableProvenanceCondition.class);

    private PathExpression setPath;
    private String provenance;

From source file org.jasig.portal.url.BaseEncodedStringBuilder.java

/**
 * Base class to handle encoding strings
 * 
 * @author Eric Dalquist
 * @version $Revision$
 */

From source file eu.debooy.natuur.domain.TaxonnaamPK.java

/**
 * @author Marco de Booij
 */
public class TaxonnaamPK implements Cloneable, Comparable<TaxonnaamPK>, Serializable {
    private static final long serialVersionUID = 1L;