Java代码质量工具 op4j
- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://www.op4j.org/
- 软件文档: http://www.op4j.org/basics.html
软件介绍
op4j(['op-ah])是一个帮助Java开发者提高代码质量,清洁和可读性的工具。尤其是用于数据转换,过滤,mapping和structure等…
一小段示例代码:
// Without op4j
Set<String> set = new LinkedHashSet<String>(list);
// With op4j
Set<String> set = Op.on(list).toSet().get();
Mastering Bitcoin
Andreas M. Antonopoulos / O'Reilly Media / 2014-12-20 / USD 34.99
Mastering Bitcoin tells you everything you need to know about joining one of the most exciting revolutions since the invention of the web: digital money. Bitcoin is the first successful digital curren......一起来看看 《Mastering Bitcoin》 这本书的介绍吧!
