Skip navigation links
Spring Framework
ホーム
概要
パッケージ
クラス
使用
ツリー
非推奨
インデックス
ヘルプ
検索:
クラスの使用
org.springframework.util.MultiValueMapAdapter
MultiValueMapAdapter
を使用するパッケージ
パッケージ
説明
org.springframework.util
文字列、クラス、コレクション、リフレクションなどを操作するためのユーティリティなど、その他のユーティリティクラス。
org.springframework.util
内の
MultiValueMapAdapter
使用
org.springframework.util
内の
MultiValueMapAdapter
サブクラス
修飾子と型
クラス
説明
class
LinkedMultiValueMap
<K,
V>
LinkedHashMap
SE
をラップし、
ArrayList
SE
に複数の値を格納する
MultiValueMap
の単純な実装。