| 接口 | 说明 |
|---|---|
| ConcurrentReferenceHashMap.Reference<K,V> |
A reference to an
ConcurrentReferenceHashMap.Entry contained in the map. |
| MultiValueMap<K,V> |
Extension of the
Map interface that stores multiple values. |
| Stack<T> |
Stack implementation exposing useful methods for Hibernate needs.
|
| 类 | 说明 |
|---|---|
| ArrayHelper | |
| CollectionUtils |
Various help for handling collections.
|
| ConcurrentReferenceHashMap<K,V> | |
| ConcurrentReferenceHashMap.Entry<K,V> |
A single map entry.
|
| JoinedIterator<T> |
An Iterator implementation that wraps other Iterators, and presents them all as one
continuous Iterator.
|
| LinkedMultiValueMap<K,V> |
Simple implementation of
MultiValueMap that wraps a LinkedHashMap,
storing multiple values in a LinkedList. |
| SingletonIterator<T> | |
| SingletonStack<T> | |
| StandardStack<T> |
A general-purpose stack impl.
|
| 枚举 | 说明 |
|---|---|
| ConcurrentReferenceHashMap.ReferenceType |
Various reference types supported by this map.
|
| ConcurrentReferenceHashMap.Restructure |
The types of restructuring that can be performed.
|
Copyright © 2020. All rights reserved.