|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.apache.commons.collections.MapUtils
org.asyrinx.brownie.core.collection.MapUtils
Mapインタフェースに関するユーティリティです。
Map
入れ子クラスの概要 |
クラス org.apache.commons.collections.MapUtils から継承した入れ子クラス |
|
コンストラクタの概要 | |
MapUtils()
|
メソッドの概要 | |
static IntegerKeyMap |
toIntegerKeyMap(java.util.Map map)
引数に指定されたマップにIntegerKeyMapのインタフェースを追加します。 |
static StringKeyMap |
toStringKeyMap(java.util.Map map)
引数に指定されたマップにStringKeyMapのインタフェースを追加します。 |
クラス org.apache.commons.collections.MapUtils から継承したメソッド |
debugPrint, debugPrintIndent, fixedSizeMap, fixedSizeSortedMap, getBoolean, getBoolean, getByte, getByte, getDouble, getDouble, getFloat, getFloat, getInteger, getInteger, getLong, getLong, getMap, getMap, getNumber, getNumber, getObject, getObject, getShort, getShort, getString, getString, lazyMap, lazySortedMap, logInfo, predicatedMap, predicatedSortedMap, safeAddToMap, toProperties, verbosePrint |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public MapUtils()
メソッドの詳細 |
public static IntegerKeyMap toIntegerKeyMap(java.util.Map map)
map
- 対象となるMapオブジェクト
public static StringKeyMap toStringKeyMap(java.util.Map map)
map
- 対象となるMapオブジェクト
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |