java集合框架 Koloboke

码农软件 · 软件分类 · 常用工具包 · 2019-08-14 15:27:21

软件介绍

Koloboke是一个精心设计的java集合框架,相比JDK的设计更加专业和高效。支持JDK6+,采用Apache 2许可证。Koloboke兼容所有的原始的集合扩展基本的接口(Collection, Set, Map)。

示例代码:

@KolobokeMap
@NullKeyAllowed(false)
abstract class NonnullKeyMap<K, V> implements Map<K, V> {
    static <K, V> Map<K, V> withExpectedSize(int expectedSize) {
        return new KolobokeNonnullKeyMap<K, V>(expectedSize);
    }
}

本文地址:https://codercto.com/soft/d/12354.html

Web Scalability for Startup Engineers

Web Scalability for Startup Engineers

Artur Ejsmont / McGraw / 2015-6-23 / USD 34.81

Design and build scalable web applications quickly This is an invaluable roadmap for meeting the rapid demand to deliver scalable applications in a startup environment. With a focus on core concept......一起来看看 《Web Scalability for Startup Engineers》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具