cloning cloning

Group uk.com.robust-it
描述 The cloning library is a small, open source (Apache licensed) Java library which deep-clones objects. The objects do not have to implement the Cloneable interface. Effectivelly, this library can clone ANY Java object. It can be used i.e. in cache implementations, if you don't want the cached object to be modified or whenever you want to create a deep copy of an object. Sample usage: You can create a single instance of cloner and use it throughout your application. i.e. Cloner cloner=new Cloner(); ... cloner.deepClone(o); Please check http://robust-it.co.uk/clone/ for more examples (spring integration, immutable objects etc)
版本 仓库 发布时间
1.9.12 central 2019-02-09 03:56
1.9.11 central 2019-01-08 04:33
1.9.10 central 2018-04-11 23:44
1.9.9 central 2017-12-11 19:11
1.9.8 central 2017-11-29 22:13
1.9.7 central 2017-11-27 23:27
1.9.6 central 2017-09-21 20:46
1.9.5 central 2017-07-02 15:57
1.9.4 central 2017-06-12 21:01
1.9.3 central 2016-09-19 05:49
1.9.2 central 2015-05-04 03:29
1.9.1 central 2014-10-16 03:48
1.9.0 central 2012-10-04 20:33
1.8.5 central 2012-09-24 01:13
1.8.4 central 2012-09-24 00:46
1.8.2 central 2012-07-19 03:44
1.8.1 central 2012-05-10 06:26
1.8.0 central 2012-05-06 23:07
1.7.9 central 2012-01-18 07:00
1.7.4 central 2010-11-03 02:33
索引仓库
仓库 个数
Central 592045