| 接口 | 说明 |
|---|---|
| BeanMap.Transformer |
Defines a functor interface implemented by classes that transform one object into another.
|
| ConcurrentReferenceHashMap.Reference<K,V> |
A reference to an
ConcurrentReferenceHashMap.Entry contained in the map. |
| 类 | 说明 |
|---|---|
| BeanMap |
An implementation of Map for JavaBeans which uses introspection to
get and put properties in the bean.
|
| BeanMap.Entry |
Map entry used by
BeanMap. |
| BufferedIterator<T> |
通常使用 Iterator 只能单方向一直迭代下去,使用 BufferedIterator 允许迭代器 mark 一个位置。
|
| ConcurrentReferenceHashMap<K,V> | |
| ConcurrentReferenceHashMap.Entry<K,V> |
A single map entry.
|
| ContextClassLoaderLocal<T> |
An instance of this class represents a value that is provided per (thread)
context classloader.
|
| IntHashMap |
A hash map that uses primitive ints for the key rather than objects.
|
| LinkedCaseInsensitiveMap<V> |
LinkedHashMap variant that stores String keys in a case-insensitive
manner, for example for key-based access in a results table. |
| RandomRatio<T> |
控制操作生成比率
|
| RandomRatio.Boundary<V> |
拥有上下界的一个范围
|
| Range<T> |
An immutable range of objects from a minimum to maximum point inclusive.
|
| SimpleLRU<K,V> |
简单的基于 LinkedHashMap 的 LRU 实现
|
| SpaceHashMap<K,T> |
可以将多个 Map 合并成一个 Map 对象进行操作,同时每个 Map 可以根据名字独立操作它。
|
| WeakArrayList<T> |
弱引用列表,WeakArrayList是修改自 org.arakhne.util.ref 下的 WeakArrayList
|
| WeakHashSet<E> |
参照
HashSet实现的 WeakHashSet. |
| 枚举 | 说明 |
|---|---|
| ConcurrentReferenceHashMap.ReferenceType |
Various reference types supported by this map.
|
| ConcurrentReferenceHashMap.Restructure |
The types of restructuring that can be performed.
|
Copyright © 2022–2023. All rights reserved.