org.apache.commons.monitoring.reporting.web.template
Class MapBuilder<A,B>

java.lang.Object
  extended by org.apache.commons.monitoring.reporting.web.template.MapBuilder<A,B>

public class MapBuilder<A,B>
extends Object


Constructor Summary
MapBuilder()
           
 
Method Summary
 Map<A,B> build()
           
 MapBuilder<A,B> set(A a, B b)
           
 MapBuilder<A,B> set(Map<A,B> params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapBuilder

public MapBuilder()
Method Detail

set

public MapBuilder<A,B> set(A a,
                           B b)

set

public MapBuilder<A,B> set(Map<A,B> params)

build

public Map<A,B> build()


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.