|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.canoo.webtest.util.MapUtil
public class MapUtil
| Constructor Summary | |
|---|---|
MapUtil()
|
|
| Method Summary | |
|---|---|
static void |
putIfNotNull(Map map,
String name,
String value)
Utility for adding element to a map if not null: puts the value in the map if is not null, does nothing if it is null. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapUtil()
| Method Detail |
|---|
public static void putIfNotNull(Map map,
String name,
String value)
map - the map to put inname - the key to usevalue - the value to add to the map
|
Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||