| 接口 | 说明 |
|---|---|
| ListFilter<T> |
Description:List过滤接口
|
| MapFilter<T> |
Description:Map过滤接口
|
| QueueFilter<T> |
Description:Queue过滤接口
|
| SetFilter<T> |
Description:Set过滤接口
|
| 类 | 说明 |
|---|---|
| CollectionUtil |
封装一些集合相关度工具类
Collection<--List<--Vector
Collection<--List<--ArrayList
Collection<--List<--LinkedList
Collection<--Set<--HashSet
Collection<--Set<--HashSet<--LinkedHashSet
Collection<--Set<--SortedSet<--TreeSet
Map<--SortedMap<--TreeMap
Map<--HashMap
|
Copyright © 2016. All rights reserved.