| 程序包 | 说明 |
|---|---|
| org.skfiy.util |
Miscellaneous utility classes, such as String manipulation utilities, a Log4J
configurer, and a state holder for paged lists of objects.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
LinkedMultiValueMap<K,V>
Simple implementation of
MultiValueMap that wraps a
LinkedHashMap, storing multiple values in a LinkedList. |
| 限定符和类型 | 方法和说明 |
|---|---|
static <K,V> MultiValueMap<K,V> |
CollectionUtils.toMultiValueMap(Map<K,List<V>> map)
Adapts a
Map<K, List<V>> to an MultiValueMap<K,V>. |
static <K,V> MultiValueMap<K,V> |
CollectionUtils.unmodifiableMultiValueMap(MultiValueMap<? extends K,? extends V> map)
Returns an unmodifiable view of the specified multi-value map.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <K,V> MultiValueMap<K,V> |
CollectionUtils.unmodifiableMultiValueMap(MultiValueMap<? extends K,? extends V> map)
Returns an unmodifiable view of the specified multi-value map.
|
Copyright © 2013 The Skfiy Open Association. All Rights Reserved.