| 接口 | 说明 |
|---|---|
| BoundedConcurrentHashMap.EvictionListener<K,V> | |
| BoundedConcurrentHashMap.EvictionPolicy<K,V> | |
| Differ<V,R extends DiffResult> | |
| DiffResult |
| 类 | 说明 |
|---|---|
| Arrs |
Array tools
|
| BoundedConcurrentHashMap<K,V> |
A hash table supporting full concurrency of retrievals and
adjustable expected concurrency for updates.
|
| Collects |
Collection utilities
|
| ConcurrentReferenceHashMap<K,V> |
An advanced hash table supporting configurable garbage collection semantics
of keys and values, optional referential-equality, full concurrency of
retrievals, and adjustable expected concurrency for updates.
|
| CopyOnWriteConcurrentMap<K,V> | |
| CopyOnWriteHashMap<K,V> |
An immutable map whose writes result in a new copy of the map to be created.
|
| IdentityHashSet<E> |
An
IdentityHashMap-backed Set. |
| IdentityMap<K,V> |
A Map where keys are compared by object identity,
rather than equals().
|
| IdentityMap.IdentityKey<K> |
We need to base the identity on
System.identityHashCode(Object) but
attempt to lazily initialize and cache this value: being a native invocation
it is an expensive value to retrieve. |
| IdentityMap.IdentityMapEntry<K,V> | |
| IdentitySet |
Set implementation that use == instead of equals() as its comparison
mechanism.
|
| ImmutableArrayList<E> | |
| LinkedCaseInsensitiveMap<V> | |
| LinkedCaseInsensitiveSet | |
| LinkedTreeMap<K,V> | |
| MapAccessor | |
| Maps | |
| MultiKeyMap<V> | |
| NonAbsentHashMap<K,V> |
Avoid the follower code:
Map
|
| NonAbsentTreeMap<K,V> | |
| NonDistinctTreeMap<K,V> | |
| NonDistinctTreeSet<E> | |
| Pipeline<E> | |
| PrefixHashMap<V> | |
| PrimitiveArrays |
Primitive array wrapper
|
| StringMap |
A map with key, value are String.
|
| StringMapAccessor |
A accessor for a StringMap
|
| Tuple | |
| WeakIdentityHashMap<K,V> |
Implements a combination of WeakHashMap and IdentityHashMap.
|
| WheelQueue<E> | |
| WrappedNonAbsentMap<K,V> |
Avoid the follower code:
Map
|
| 枚举 | 说明 |
|---|---|
| BoundedConcurrentHashMap.Eviction | |
| Collects.ListType | |
| Collects.MapType | |
| Collects.SetType | |
| ConcurrentReferenceHashMap.Option |
Copyright © 2020. All rights reserved.