| Class and Description |
|---|
| Chain
责任链接口
|
| Class and Description |
|---|
| Chain
责任链接口
|
| Class and Description |
|---|
| Ansi
*
使用方法:
String msg = Ansi.Red.and(Ansi.BgYellow).format("Hello %s", name)
String msg = Ansi.Blink.colorize("BOOM!")
或者,可以直接使用常数:
String msg = new Ansi(Ansi.ITALIC, Ansi.GREEN).format("Green money")
Or, even:
String msg = Ansi.BLUE + "scientific"
注意:同时出现多种组合FG颜色或BG颜色,只有最后一个会显示
|
| Dict
字典对象,扩充了HashMap中的方法
|
| Filter
过滤器接口
|
| Holder
为不可变的对象引用提供一个可变的包装,在java中支持引用传递
|
| Weighing
权重随机算法实现
|
| Weighing.WeightObj
带有权重的对象包装
|
| Class and Description |
|---|
| Filter
过滤器接口
|
| Class and Description |
|---|
| Editor
编辑器接口,常用于对于集合中的元素做统一编辑
此编辑器两个作用:
|
| Filter
过滤器接口
|
| Matcher
匹配接口
|
| Class and Description |
|---|
| Matcher
匹配接口
|
| Class and Description |
|---|
| Filter
过滤器接口
|
| Class and Description |
|---|
| Validator
字段验证器
|
Copyright © 2019. All rights reserved.