| 接口 | 说明 |
|---|---|
| LinkedList<E> | |
| MultiValueMap<K,V> |
Extension of the
Map interface that stores multiple values. |
| 类 | 说明 |
|---|---|
| CollectionUtils | |
| CommonLinkedList<E extends LinkedListNode> | |
| LinkedListNode | |
| LinkedMultiValueMap<K,V> |
Simple implementation of
MultiValueMap that wraps a LinkedHashMap,
storing multiple values in a LinkedList. |
| MapLooper<K,V> |
Copyright © 2015. All rights reserved.