代码搜索:clone

找到约 4,459 项符合「clone」的源代码

代码结果 4,459
www.eeworm.com/read/108102/6186427

java prototype.java

package com.javapatterns.prototype; public interface Prototype extends Cloneable { Object clone(); }
www.eeworm.com/read/108102/6186431

java concreteprototype.java

package com.javapatterns.prototype.manager; public class ConcretePrototype implements Prototype { public synchronized Object clone() { Prototype temp = null; try
www.eeworm.com/read/108102/6186440

java concreteprototype.java

package com.javapatterns.prototype; public class ConcretePrototype implements Prototype { public Object clone() { try { return super.clone(); }
www.eeworm.com/read/107009/6190804

java tspsolution.java

public class TSPSolution extends net.iharder.opents.SolutionAdapter { public int[] tour; /* public TSPSolution(){} public TSPSolution( int numCustomers ) { tour =
www.eeworm.com/read/107009/6190810

java mysolution.java

import org.coinor.opents.*; public class MySolution extends SolutionAdapter { public int[] tour; public MySolution(){} // Appease clone() public MySolution( double[][] custome
www.eeworm.com/read/106490/6192551

java clonedemo.java

//============================================================== // CloneDemo.java - Implementing the Cloneable interface // // Java学习源代码检索系统 Ver 1.0 20031015 免费正式版 // 版权所有: 中国IT认证实验室(www.ChinaITL
www.eeworm.com/read/104260/6205763

java hashset.java

/* * Java core library component. * * Copyright (c) 1999 * Archie L. Cobbs. All rights reserved. * Copyright (c) 1999 * Transvirtual Technologies, Inc. All rights reserved. * * See the file
www.eeworm.com/read/104260/6205792

java treeset.java

/* * Java core library component. * * Copyright (c) 1999 * Archie L. Cobbs. All rights reserved. * Copyright (c) 1999 * Transvirtual Technologies, Inc. All rights reserved. * * See the file
www.eeworm.com/read/101053/6257659

java propercloneimplementationruletest.java

/** * BSD-style license; for more info see http://pmd.sourceforge.net/license.html */ package test.net.sourceforge.pmd.rules; import net.sourceforge.pmd.PMD; import net.sourceforge.pmd.Rule; import
www.eeworm.com/read/100409/6270155

java notationimpl.java

/** * org/ozone-db/xml/dom/NotationImpl.java * * The contents of this file are subject to the OpenXML Public * License Version 1.0; you may not use this file except in compliance * with the Licen