| 程序包 | 说明 |
|---|---|
| net.hasor.cobble | |
| net.hasor.cobble.ref |
| 类和说明 |
|---|
| BufferedIterator
通常使用 Iterator 只能单方向一直迭代下去,使用 BufferedIterator 允许迭代器 mark 一个位置。
|
| 类和说明 |
|---|
| BeanMap
An implementation of Map for JavaBeans which uses introspection to
get and put properties in the bean.
|
| BeanMap.Transformer
Defines a functor interface implemented by classes that transform one object into another.
|
| ConcurrentReferenceHashMap.Entry
A single map entry.
|
| ConcurrentReferenceHashMap.Reference
A reference to an
ConcurrentReferenceHashMap.Entry contained in the map. |
| ConcurrentReferenceHashMap.ReferenceManager
Strategy class used to manage
References. |
| ConcurrentReferenceHashMap.ReferenceType
Various reference types supported by this map.
|
| ConcurrentReferenceHashMap.Restructure
The types of restructuring that can be performed.
|
| ConcurrentReferenceHashMap.Segment
A single segment used to divide the map to allow better concurrent performance.
|
| Range
An immutable range of objects from a minimum to maximum point inclusive.
|
| SpaceHashMap
可以将多个 Map 合并成一个 Map 对象进行操作,同时每个 Map 可以根据名字独立操作它。
|
Copyright © 2022–2023. All rights reserved.