| Interface | Description |
|---|---|
| ConcurrentReferenceHashMap.Reference<K,V> | |
| MultiMap<K,V,E,M extends Map<V,E>> |
MultiMap
|
| MutableCollection<E> |
可转换的 collection
|
| MutableList<E> |
可转换的 list
|
| MutableMap<K,V> |
可转换的 map
|
| MutableSet<E> |
可转换的 Set
|
| Class | Description |
|---|---|
| ConcurrentHashSet<E> |
基于 ConcurrentHashMap 实现的 ConcurrentHashSet
|
| ConcurrentReferenceHashMap<K,V> |
支持软引用或弱引用的 ConcurrentHashMap
copy with spring
key value 可以为null
|
| ConcurrentReferenceHashMap.Entry<K,V> | |
| EmptyList<E> |
空元素集合
|
| EmptyMap<K,V> |
空元素 map
|
| EmptySet<E> |
空元素集合
|
| FixedArrayList<E> |
固长集合
添加元素时超长则会删除头部元素
|
| FixedDeque<E> |
固长队列
|
| FixedQueue<E> |
固长队列
|
| LimitList<E> |
带分页的 list
|
| MultiConcurrentHashMap<K,V,E> |
MultiConcurrentHashMap
|
| MultiHashMap<K,V,E> |
MultiHashMap
|
| MultiLinkedHashMap<K,V,E> |
MultiLinkedHashMap
|
| MultiTreeMap<K,V,E> |
MultiTreeMap
|
| MutableArrayList<E> |
可转换的 ArrayList
|
| MutableConcurrentHashMap<K,V> |
可转换的ConcurrentHashMap
|
| MutableHashMap<K,V> |
可转换的 HashMap
|
| MutableHashSet<E> |
可转换的 HashSet
|
| MutableLinkedHashMap<K,V> |
可转换的 LinkedHashMap
|
| MutableLinkedHashSet<E> |
可转换的 LinkedHashSet
|
| MutableLinkedList<E> |
可转换的 LinkedList
|
| MutableTreeMap<K,V> |
可转换的 TreeMap
|
| MutableTreeSet<E> |
可转换的 TreeSet
|
| MutableVector<E> |
可转换的 Vector
|
| PartitionList<E> |
分片 list
|
| PartitionMap<K,V> |
分片 map
|
| PartitionSet<E> |
分片 set
|
| SingletonList<E> |
单元素集合
|
| SingletonMap<K,V> |
单元素 map
|
| SingletonSet<E> |
单元素集合
|
| WeightRandomMap<T> |
权重随机 Map
|
| WeightRandomMap.WeightObject<T> |
带有权重的对象包装
|
| Enum | Description |
|---|---|
| ConcurrentReferenceHashMap.ReferenceType | |
| ConcurrentReferenceHashMap.Restructure |
Copyright © 2025. All rights reserved.