| 接口 | 说明 |
|---|---|
| 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. |
| 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.
|
| 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. All rights reserved.