| Class | Description |
|---|---|
| ArrayStack<T> | |
| CaseInsensitiveHashMap<V> |
不区分大小写的 HashMap 实现.
|
| CaseInsensitiveLinkedHashMap<V> |
不区分大小写的 HashMap 实现.
|
| ConcurrentSoftHashMap<K,V> |
A
SoftHashMap is a memory-constrained map that stores its values in
SoftReferences. |
| CopyOnWriteMap<K,V> |
A thread-safe version of
Map in which all operations that change the
Map are implemented by making a new copy of the underlying Map. |
| EmptyEnumeration<T> | |
| IdentityHashSet<E> | |
| ListMap<K,V> | |
| ListOrderedMap<K,V> | |
| ListUtils | |
| SoftHashMap<K,V> | |
| TimedSizeCache |
简单具有超时检测的 cache 实现.
|
Copyright © 2016 jetbrick. All rights reserved.