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 com.jeson.xutils.http.client.entity.BodyParamsEntity.java

/**
 * Author: wyouflf
 * Date: 13-7-26
 * Time: ?4:21
 */
public class BodyParamsEntity extends AbstractHttpEntity implements Cloneable {

From source file cn.xdf.thinkutils.http.client.entity.BodyParamsEntity.java

/**
 * Author: wyouflf
 * Date: 13-7-26
 * Time: ?4:21
 */
public class BodyParamsEntity extends AbstractHttpEntity implements Cloneable {

From source file com.gu.openplatform.contentapi.ApiQuery.java

@SuppressWarnings("unchecked")
public abstract class ApiQuery<T extends ApiQuery> implements Cloneable {

    private static final Logger logger = LoggerFactory.getLogger(ApiQuery.class);
    private static final String formatString = "json";

From source file com.lidroid.xutils.http.client.entity.BodyParamsEntity.java

/**
 * Author: wyouflf
 * Date: 13-7-26
 * Time: ?4:21
 */
public class BodyParamsEntity extends AbstractHttpEntity implements Cloneable {

From source file UUID.java

public class UUID implements Serializable, Cloneable, Comparable {
    /**
     * 
     */
    private static final long serialVersionUID = 112102158432121213L;

From source file com.photon.phresco.commons.model.ProjectInfo.java

@XmlRootElement
@JsonIgnoreProperties(ignoreUnknown = true)
public class ProjectInfo extends CustomerBasedElement implements Cloneable {

    private static final long serialVersionUID = 1L;

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

public class VariableSelectionCondition implements Cloneable {

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

    protected Expression condition;

From source file com.lidroid.jxutils.http.client.entity.BodyParamsEntity.java

/**
 * Author: wyouflf
 * Date: 13-7-26
 * Time: ?4:21
 */
public class BodyParamsEntity extends AbstractHttpEntity implements Cloneable {

From source file com.smartitengineering.event.hub.api.impl.EventImpl.java

/**
 *
 * @author imyousuf
 */
class EventImpl implements Event, Cloneable {

From source file orchestration.path.RectShape.java

public class RectShape implements PlannerShape, Cloneable {
    private Polygon poly;
    private Point centerPt;
    private float headingDeg = 90.f;

    public RectShape(float width, float height) {