org.asyrinx.brownie.core.collection
クラス MapUtils

java.lang.Object
  拡張org.apache.commons.collections.MapUtils
      拡張org.asyrinx.brownie.core.collection.MapUtils

public class MapUtils
extends org.apache.commons.collections.MapUtils

Mapインタフェースに関するユーティリティです。

作成者:
akima
関連項目:
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
 

コンストラクタの詳細

MapUtils

public MapUtils()
メソッドの詳細

toIntegerKeyMap

public static IntegerKeyMap toIntegerKeyMap(java.util.Map map)
引数に指定されたマップにIntegerKeyMapのインタフェースを追加します。

パラメータ:
map - 対象となるMapオブジェクト
戻り値:

toStringKeyMap

public static StringKeyMap toStringKeyMap(java.util.Map map)
引数に指定されたマップにStringKeyMapのインタフェースを追加します。

パラメータ:
map - 対象となるMapオブジェクト
戻り値:


Copyright © 2004 asyrinx organization. All Rights Reserved.